Fix extra semicolon typo.

This commit is contained in:
Tollef Fog Heen 2002-07-12 06:39:13 +00:00
parent a9cd01ec6d
commit cb3dcbedaa
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ $(BDIR)/packages-stamp:
if [ "$$ok" = "yes" ]; then \
echo "CD$$DISK contains all packages needed by debootstrap"; \
touch $(BDIR)/CD$$DISK/.disk/base_installable; \
else; \
else \
echo "CD$$DISK missing some packages needed by debootstrap"; \
fi; \
else \