Bug 2276: hacking a band-aid fix for compress.sh

aka the game.name related mailpocalypse
http://bugs.eressea.de/view.php?id=2276
This commit is contained in:
Enno Rehling 2017-01-29 12:59:09 +01:00
parent bf22cbc2ef
commit f58db3f729
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ -z $ERESSEA ]; then
fi
GAME=$ERESSEA/game-$1
GAME_NAME=$(grep name $GAME/eressea.ini | sed 's/.*=\s*//')
GAME_NAME=$(grep -w name $GAME/eressea.ini | sed 's/.*=\s*//')
TURN=$2
if [ -z $TURN ]