diff options
-rwxr-xr-x | abuild | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -163,9 +163,6 @@ unpack() { *.zip) msg "Unpacking $s..." unzip "$s" -d "$srcdir" || return 1;; - *) - error "${s##*/}: Archive not supported" - return 1;; esac done } |