From: Rudolf Polzer Date: Mon, 19 Jul 2010 05:58:50 +0000 (+0200) Subject: hope this will yield useful exit status X-Git-Tag: xonotic-v0.1.0preview~367 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=627ef87743002dfc9a3f8238cc9be3355aba89d1 hope this will yield useful exit status --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 8f4d6a78..959dc917 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -127,7 +127,7 @@ buildthemap() fi ( cd maps - ../../../misc/tools/xonotic-map-compiler "$M" `grep ^- "$M.map.options" | cut -d '#' -f 1` 2>&1 | tee "$M.log" + ../../../misc/tools/xonotic-map-compiler "$M" `grep ^- "$M.map.options" | cut -d '#' -f 1` > "$M.log" ) status=$? if [ -n "$IRCSPAM" ]; then