remove useless sourcing of PKGBUILD

This commit is contained in:
Pierre Schmitz 2010-06-28 09:50:08 +02:00
parent edb24eb1a0
commit 0564514df4
1 changed files with 0 additions and 1 deletions

View File

@ -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'"