Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: data/
Date: Fri, 05 Nov 2021 10:25:18
Message-Id: 1636103177.f6205939906a1ce860a0cea4c57e9d6cf44e7786.vapier@gentoo
1 commit: f6205939906a1ce860a0cea4c57e9d6cf44e7786
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 09:06:17 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 09:06:17 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=f6205939
7
8 bashrc: clarify default prompt behavior
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 data/sandbox.bashrc | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/data/sandbox.bashrc b/data/sandbox.bashrc
16 index e3421e6..ec19459 100644
17 --- a/data/sandbox.bashrc
18 +++ b/data/sandbox.bashrc
19 @@ -70,7 +70,7 @@ if [[ ${SANDBOX_INTRACTV} == "1" && -t 1 ]] || [[ ${__SANDBOX_TESTING} == "yes"
20 sbs_tmpenvfile=${sbs_pdir}${sbs_bdir}/temp/environment
21 if [[ -e ${sbs_tmpenvfile} ]] ; then
22 echo "Found environment at ${sbs_tmpenvfile}"
23 - printf " * Would you like to enter the portage environment ? "
24 + printf " * Would you like to enter the portage environment (y/N) ? "
25 read env
26 sbs_PREPWD=${PWD}
27 if [[ ${env} == "y" ]] ; then