index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | makechrootpkg | 1 |
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'" |