diff options
Diffstat (limited to 'update/update.sh')
-rwxr-xr-x | update/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update/update.sh b/update/update.sh index e4c1487..c0bb6fd 100755 --- a/update/update.sh +++ b/update/update.sh @@ -19,7 +19,7 @@ find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -X git log --pretty=oneline -n 1 | awk '{print $1}' >../tools/update/commit.txt cd $dir/files -sum=`adler32 themanaworld.zip` +sum=`adler32 themanaworld.zip | awk '{print $2}'` echo "themanaworld.zip ${sum}" >resources2.txt echo '<?xml version="1.0"?> |