summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmakechrootpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg b/makechrootpkg
index 1434d2d..be376e4 100755
--- a/makechrootpkg
+++ b/makechrootpkg
@@ -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