summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-06-28 09:50:08 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-06-28 09:50:08 +0200
commit0564514df47f552e307dd67d176d8de233d40134 (patch)
treec974531a57237cb15e349c643cdc8f5025afea02
parentedb24eb1a0c0b862d4c2c7d8c9f7dbc7d2ba877b (diff)
downloaddevtools-0564514df47f552e307dd67d176d8de233d40134.tar.gz
devtools-0564514df47f552e307dd67d176d8de233d40134.tar.xz
remove useless sourcing of PKGBUILD
-rwxr-xr-xmakechrootpkg1
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'"