aboutsummaryrefslogtreecommitdiff
path: root/lib_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib_build.sh')
-rwxr-xr-xlib_build.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib_build.sh b/lib_build.sh
index 8b2c046..0fa656c 100755
--- a/lib_build.sh
+++ b/lib_build.sh
@@ -293,8 +293,5 @@ EOF
make_zip() (
cd "$BUILDDIR"
- case $BROWSER in
- mozilla) ${HAKETILO_ZIP:-zip -r} build.zip *;;
- chromium) exit 92;; # Still to do
- esac
+ ${HAKETILO_ZIP:-zip -r} build.zip *;;
)