mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-19 13:20:55 +00:00
hope this will yield useful exit status
This commit is contained in:
parent
8bfb119d5e
commit
627ef87743
@ -127,7 +127,7 @@ buildthemap()
|
|||||||
fi
|
fi
|
||||||
(
|
(
|
||||||
cd maps
|
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=$?
|
status=$?
|
||||||
if [ -n "$IRCSPAM" ]; then
|
if [ -n "$IRCSPAM" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user