]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
actually, we need more than that
authorRudolf Polzer <divverent@xonotic.org>
Thu, 8 Aug 2013 12:00:10 +0000 (14:00 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 8 Aug 2013 12:00:10 +0000 (14:00 +0200)
misc/tools/xonotic-map-compiler-optionsfile

index ab61fba81d7b803f699d185553b885c87d3f4847..6c40e853965bb21279b0bab9dc5e252171945fe3 100755 (executable)
@@ -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