From fa1309d2be73f5ec6446d258222c71662a25de38 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 8 Aug 2013 14:00:10 +0200 Subject: [PATCH] actually, we need more than that --- 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 ab61fba8..6c40e853 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 >&2 || true + echo "Done in approximately $((($lasttime+59)/60)) minutes." | $IRCSPAM >/dev/null 2>&1 || true fi fi -- 2.39.2