Two fixes

Fixes airless turf in Fore Starboard Solar Control causing minor atmos alert at roundstart
Fixes clean_map_git.sh being set non-executable and using non-sh-compatible features with #!/bin/sh
This commit is contained in:
GinjaNinja32
2015-02-06 16:04:37 +00:00
parent d847232692
commit ef197fb995
2 changed files with 3 additions and 3 deletions

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