mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-09 16:01:28 +00:00
fixed check-symbols
This commit is contained in:
parent
6c3e88e77b
commit
833e5f57df
@ -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; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user