3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-04-22 07:41:08 +00:00

fixed check-symbols

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

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