mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-18 12:55:01 +00:00
hope this will yield useful exit status
This commit is contained in:
parent
8bfb119d5e
commit
627ef87743
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user