]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/xonotic-map-compiler-optionsfile
demotc-race-record-extractor.sh: remove useless rc case (gametype name is always...
[xonotic/xonotic.git] / misc / tools / xonotic-map-compiler-optionsfile
index 1666c5bfd2bcad01d075363d3a5d6459e7a0744e..d1dd14031ac13ab51cf7e823b9bdbe95d03e8c12 100755 (executable)
@@ -9,4 +9,8 @@ if [ -n "$sz" ]; then
 else
        minimap_override=
 fi
+
 misc/tools/xonotic-map-compiler "$M" `grep ^- "$M.map.options" | cut -d '#' -f 1` $minimap_override "$@"
+status=$?
+
+exit $status