Allow user to see invalid chrootpath in error message

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-11-28 13:06:51 -06:00
parent e23b176f3e
commit 0986936143
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ fi
source PKGBUILD
if [ ! -d "$chrootdir" ]; then
echo "No \$CHROOT_SHELL defined, or invalid path"
echo "No \$CHROOT_SHELL defined, or invalid path ($chrootdir)"
exit 1
fi