diff options
-rwxr-xr-x | makechrootpkg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makechrootpkg b/makechrootpkg index a20f92a..745fb0f 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -91,7 +91,6 @@ if [ ! -f PKGBUILD ]; then echo 'This must be run in a directory containing a PKGBUILD.' exit 1 fi -source PKGBUILD if [ ! -d "$chrootdir" ]; then echo "No chroot dir defined, or invalid path '$chrootdir'" |