diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-05-28 00:43:01 +0200 |
---|---|---|
committer | Matthew Brewer <tomboy64@sina.cn> | 2016-05-28 14:01:59 +0200 |
commit | 99667d408cde2428270d613d7d823db186c9f2e8 (patch) | |
tree | 8d7e32ea1b795969fb236ba86611855a2f2eac94 /tools | |
parent | remove keywords from perl ebuilds since the stuff is about to get pushed (diff) | |
download | tbc-99667d408cde2428270d613d7d823db186c9f2e8.tar.gz tbc-99667d408cde2428270d613d7d823db186c9f2e8.tar.bz2 tbc-99667d408cde2428270d613d7d823db186c9f2e8.zip |
push my new perl6 ebuilds to the overlay
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/chroot-here.sh | 2 |
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 |