From f58db3f729a49abf8a72a963e93c2fce2acc1df4 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 29 Jan 2017 12:59:09 +0100 Subject: [PATCH] Bug 2276: hacking a band-aid fix for compress.sh aka the game.name related mailpocalypse http://bugs.eressea.de/view.php?id=2276 --- process/compress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/compress.sh b/process/compress.sh index ff152b9f1..23b0929dd 100755 --- a/process/compress.sh +++ b/process/compress.sh @@ -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 ]