aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/chroot-here.sh')
-rwxr-xr-xtools/chroot-here.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/chroot-here.sh b/tools/chroot-here.sh
index c7291a1..7c20805 100755
--- a/tools/chroot-here.sh
+++ b/tools/chroot-here.sh
@@ -147,7 +147,7 @@ MOUNT_PATHS=( usr/portage proc sys dev dev/pts dev/shm )
#if [[ -d "./${ARCH}-chroot" ]]
#then
- echo -n "Erase './'? [y/N] "
+ echo -n "Erase '${PWD}/*'? [y/N] "
read -n1 -r response
if [[ "${response}" == "y" ]]
then