From: Matthias Krüger Date: Sat, 13 Jul 2013 09:45:24 +0000 (+0200) Subject: all compile-map: differently pipe output of misc/tools/xonotic-map-compiler-optionsfile X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f1987c83d9b0fdb03125dd7f1d658586298afda1;p=xonotic%2Fxonotic.git all compile-map: differently pipe output of misc/tools/xonotic-map-compiler-optionsfile --- diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 805a9103..89e5832c 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -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##*/}