summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index 1eac090..04cc66a 100755
--- a/init
+++ b/init
@@ -11,6 +11,6 @@ if [ -z $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then
11 zip -d $obj docs/ docs/* tests/ tests/* 11 zip -d $obj docs/ docs/* tests/ tests/*
12 # And pack the library with upx 12 # And pack the library with upx
13 unzip $obj lib/* 13 unzip $obj lib/*
14 upx lib/* 14 upx --no-progress lib/*
15 zip -r -u $obj lib 15 zip -r -u "$obj" lib
16fi 16fi