]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
all compile-map: differently pipe output of misc/tools/xonotic-map-compiler-optionsfile
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 13 Jul 2013 09:45:24 +0000 (11:45 +0200)
committerMatthias Krüger <matthias.krueger@famsik.de>
Sat, 13 Jul 2013 09:45:24 +0000 (11:45 +0200)
misc/tools/all/xonotic.subr

index 805a910397145f91836338abb06b012b9947b282..89e5832cf32368b27a8fa512e16b15ebc5208295 100644 (file)
@@ -18,7 +18,7 @@ case "$cmd" in
                        if [ ! -f "$mapfile" ] ; then
                                msg "ERROR, $mapfile not found!"
                        else
-                               time misc/tools/xonotic-map-compiler-optionsfile "$mapfile" |& tee data/xonotic-maps.pk3dir/$mapname.log
+                               time misc/tools/xonotic-map-compiler-optionsfile "$mapfile" 2>&1 | tee data/xonotic-maps.pk3dir/$mapname.log
                                cd data/xonotic-maps.pk3dir
                                mapblobhash=`git rev-parse --revs-only "HEAD:maps/$mapname.map.options" || true`-`git rev-parse --revs-only "HEAD:maps/$mapname.map" || true`
                                mapnamezip=${mapname##*/}