From e609357a1c6ce32fba94c84c58502ebed19ebe32 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 26 Jan 2009 13:15:12 +0000 Subject: abuild: display error for unsupported archives --- abuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/abuild b/abuild index e58d712..9370d51 100755 --- a/abuild +++ b/abuild @@ -163,6 +163,9 @@ unpack() { *.zip) msg "Unpacking $s..." unzip "$s" -d "$srcdir" || return 1;; + *) + error "Archive not supported" + return 1;; esac done } -- cgit v1.2.3-60-g2f50