fixed check-symbols

This commit is contained in:
Daniel Holbach 2007-04-26 10:15:32 +02:00
parent 6c3e88e77b
commit 833e5f57df

View File

@ -10,8 +10,8 @@ fi
if [ -z $2 ]; then \ if [ -z $2 ]; then \
DEBDIR="/var/cache/pbuilder/result"; \ DEBDIR="/var/cache/pbuilder/result"; \
elif \ else \
DEBDIR=$2; \ DEBDIR="$2"; \
fi fi
for pack in $PACKAGES; \ for pack in $PACKAGES; \