From ed2750d71670480e2ef113e3ed79b47653e597ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 16 Jun 2013 12:25:51 +0200 Subject: [PATCH] ./all compile-map: finally fix the import of map.options! --- misc/tools/all/xonotic.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.39.2