Revert "abuild: whitespace fix"

This reverts commit fe7da984ae.

Conflicts:

	abuild
This commit is contained in:
Natanael Copa 2009-01-26 14:21:46 +00:00
parent 044359f0ad
commit 20e24e3cbf
1 changed files with 0 additions and 3 deletions

3
abuild
View File

@ -163,9 +163,6 @@ unpack() {
*.zip)
msg "Unpacking $s..."
unzip "$s" -d "$srcdir" || return 1;;
*)
error "${s##*/}: Archive not supported"
return 1;;
esac
done
}