From 0564514df47f552e307dd67d176d8de233d40134 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 28 Jun 2010 09:50:08 +0200 Subject: remove useless sourcing of PKGBUILD --- makechrootpkg | 1 - 1 file changed, 1 deletion(-) 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'" -- cgit v1.2.3-24-g4f1b