From: Matthias Krüger Date: Sun, 16 Jun 2013 10:25:51 +0000 (+0200) Subject: ./all compile-map: finally fix the import of map.options! X-Git-Tag: xonotic-v0.8.0~121 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=ed2750d71670480e2ef113e3ed79b47653e597ae;p=xonotic%2Fxonotic.git ./all compile-map: finally fix the import of map.options! --- diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 2c65192e..ef09a530 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -19,7 +19,7 @@ case "$cmd" in if [ ! -f "$mapfile" ] ; then msg "ERROR, $mapfile not found!" else - time misc/tools/xonotic-map-compiler $mapfile + time misc/tools/xonotic-map-compiler $mapfile `grep "^-" $mapfile.options` fi done ;;