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