]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
hope this will yield useful exit status
authorRudolf Polzer <divverent@alientrap.org>
Mon, 19 Jul 2010 05:58:50 +0000 (07:58 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 19 Jul 2010 05:58:50 +0000 (07:58 +0200)
misc/tools/xonotic-map-compiler-autobuild

index 8f4d6a78e4f3874123c25ffbdb452ccba81cba7b..959dc91750c7ecf5f83d109a8aa84c68241e4b85 100755 (executable)
@@ -127,7 +127,7 @@ buildthemap()
        fi
        (
                cd maps
        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
        )
        status=$?
        if [ -n "$IRCSPAM" ]; then