forked from github/server
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:
parent
bf22cbc2ef
commit
f58db3f729
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue