From 17ffea374bd5be4a7a8f58ae272fa573d7c4fff1 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 8 Aug 2013 13:59:09 +0200 Subject: [PATCH] move ircspam output to stderr --- misc/tools/xonotic-map-compiler-optionsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-compiler-optionsfile b/misc/tools/xonotic-map-compiler-optionsfile index 6ede9d5d..ab61fba8 100755 --- a/misc/tools/xonotic-map-compiler-optionsfile +++ b/misc/tools/xonotic-map-compiler-optionsfile @@ -17,7 +17,7 @@ lasttime=`cat ~/.xonotic-map-compiler-autobuild/"${M##*/}".buildtime 2>/dev/null if [ -n "$lasttime" ] ; then echo "Done in approximately $((($lasttime+59)/60)) minutes." if [ -n "$IRCSPAM" ]; then - echo "Done in approximately $((($lasttime+59)/60)) minutes." | $IRCSPAM || true + echo "Done in approximately $((($lasttime+59)/60)) minutes." | $IRCSPAM >&2 || true fi fi -- 2.39.2