Fix clean_map_git.sh

This commit is contained in:
=
2015-01-07 20:22:55 +00:00
parent 2734765963
commit cb11a95aa7

4
tools/mapmerge/clean_map_git.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
for i in {1..6}
do
@@ -7,4 +7,4 @@ do
git show HEAD:maps/$MAPFILE > tmp.dmm
java -jar MapPatcher.jar -clean tmp.dmm '../../maps/'$MAPFILE '../../maps/'$MAPFILE
rm tmp.dmm
done
done