diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-05 05:06:17 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-05 05:06:17 -0400 |
commit | f6205939906a1ce860a0cea4c57e9d6cf44e7786 (patch) | |
tree | dd956a471b850b0d23dab1c4fbcca4d0c6bc9648 /data | |
parent | sandbox: restore SANDBOX_INTRACTV variable (diff) | |
download | sandbox-f6205939906a1ce860a0cea4c57e9d6cf44e7786.tar.gz sandbox-f6205939906a1ce860a0cea4c57e9d6cf44e7786.tar.bz2 sandbox-f6205939906a1ce860a0cea4c57e9d6cf44e7786.zip |
bashrc: clarify default prompt behavior
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r-- | data/sandbox.bashrc | 2 |
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 |