diff options
Diffstat (limited to 'makechrootpkg')
-rwxr-xr-x | makechrootpkg | 2 |
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 |