diff --git a/exec/zip b/exec/zip
index 98c79347a0f9f122b75aaa638640744463abc2a6..1c474d6005963f87f256053322e0408f2303e21f 100644
--- a/exec/zip
+++ b/exec/zip
@@ -1,2 +1,4 @@
 #!/bin/sh
-/usr/local/bin/zip $@
\ No newline at end of file
+# This script is necessary for wildcard expansion
+#/usr/local/bin/zip $@
+/usr/bin/zip $@
\ No newline at end of file