aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-05 05:06:17 -0400
committerMike Frysinger <vapier@gentoo.org>2021-11-05 05:06:17 -0400
commitf6205939906a1ce860a0cea4c57e9d6cf44e7786 (patch)
treedd956a471b850b0d23dab1c4fbcca4d0c6bc9648
parentsandbox: restore SANDBOX_INTRACTV variable (diff)
downloadsandbox-f6205939906a1ce860a0cea4c57e9d6cf44e7786.tar.gz
sandbox-f6205939906a1ce860a0cea4c57e9d6cf44e7786.tar.bz2
sandbox-f6205939906a1ce860a0cea4c57e9d6cf44e7786.zip
bashrc: clarify default prompt behavior
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--data/sandbox.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sandbox.bashrc b/data/sandbox.bashrc
index e3421e6..ec19459 100644
--- a/data/sandbox.bashrc
+++ b/data/sandbox.bashrc
@@ -70,7 +70,7 @@ if [[ ${SANDBOX_INTRACTV} == "1" && -t 1 ]] || [[ ${__SANDBOX_TESTING} == "yes"
sbs_tmpenvfile=${sbs_pdir}${sbs_bdir}/temp/environment
if [[ -e ${sbs_tmpenvfile} ]] ; then
echo "Found environment at ${sbs_tmpenvfile}"
- printf " * Would you like to enter the portage environment ? "
+ printf " * Would you like to enter the portage environment (y/N) ? "
read env
sbs_PREPWD=${PWD}
if [[ ${env} == "y" ]] ; then