From: Rudolf Polzer Date: Thu, 8 Aug 2013 12:00:10 +0000 (+0200) Subject: actually, we need more than that X-Git-Tag: xonotic-v0.8.0~88 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fa1309d2be73f5ec6446d258222c71662a25de38;p=xonotic%2Fxonotic.git actually, we need more than that --- 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