From 232ca00f6c07365d31a8a916251f0c73d50948aa Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 16 Jun 2013 20:43:17 +0200 Subject: [PATCH] fix missing log file --- misc/tools/xonotic-map-compiler-autobuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index d7a3a936..ca824d7b 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -177,11 +177,11 @@ buildthemap() t0=`date +%s` ( cd ../.. - misc/tools/xonotic-map-compiler-optionsfile "data/xonotic-data.pk3dir/maps/$M" $build_override > "$M.log" 2>&1 + misc/tools/xonotic-map-compiler-optionsfile "data/xonotic-data.pk3dir/maps/$M" $build_override > "data/xonotic-data.pk3dir/maps/$M.log" 2>&1 ) status=$? if ! [ -f "maps/$M.bsp" ]; then - echo >>"$M.log" "ERROR: No BSP file" + echo >>"maps/$M.log" "ERROR: No BSP file" fi t1=`date +%s` dt=$(($t1 - $t0)) -- 2.39.2