commit 9c61b974
Set timezone to UTC before creating the data package. Setting the umask is left as an exercise to whoever needs it.
Changed files
| M | packdata.sh before |
diff --git a/packdata.sh b/packdata.sh
index f5ca7f3..defe92c 100755
--- a/packdata.sh
+++ b/packdata.sh
@@ -1,5 +1,7 @@
#!/bin/bash
set -e
+export LC_ALL=C
+export TZ=UTC
zip -9ojX Game/blockattack.data source/AUTH
pushd Game/data
zip -9oX $(find ../blockattack.data ./* | sort) -x \*svn*