Generate ZIP files the same way as Windows

This commit is contained in:
Justine Tunney 2021-03-01 06:24:11 -08:00
parent d932948fb4
commit f4298f10c2
11 changed files with 112 additions and 43 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
if [ $MODE = dbg ]; then
if [ "$MODE" = dbg ]; then
exit # TODO
fi

View file

@ -1,6 +1,6 @@
#!/bin/sh
if [ $MODE = dbg ]; then
if [ "$MODE" = dbg ]; then
exit # TODO
fi