summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabuild3
1 files changed, 3 insertions, 0 deletions
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
}