abuild: whitespace fix

This commit is contained in:
Natanael Copa 2009-01-26 11:00:45 +00:00
parent 025590c06b
commit fe7da984ae

6
abuild
View File

@ -160,9 +160,9 @@ unpack() {
msg "Unpacking $s..."
unlzma -c "$s" | tar -C "$srcdir" -x \
|| return 1;;
*.zip)
msg "Unpacking $s..."
unzip "$s" -d "$srcdir" || return 1;;
*.zip)
msg "Unpacking $s..."
unzip "$s" -d "$srcdir" || return 1;;
esac
done
}