Generate ZIP files the same way as Windows
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ $MODE = dbg ]; then
|
||||
if [ "$MODE" = dbg ]; then
|
||||
exit # TODO
|
||||
fi
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ $MODE = dbg ]; then
|
||||
if [ "$MODE" = dbg ]; then
|
||||
exit # TODO
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user