summaryrefslogtreecommitdiffstats
path: root/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'abuild')
-rwxr-xr-xabuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/abuild b/abuild
index 687a253..e58d712 100755
--- a/abuild
+++ b/abuild
@@ -163,9 +163,6 @@ unpack() {
*.zip)
msg "Unpacking $s..."
unzip "$s" -d "$srcdir" || return 1;;
- *)
- error "${s##*/}: Archive not supported"
- return 1;;
esac
done
}