hope this will yield useful exit status

This commit is contained in:
Rudolf Polzer 2010-07-19 07:58:50 +02:00
parent 8bfb119d5e
commit 627ef87743

View File

@ -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