]> de.git.xonotic.org Git - xonotic/xonotic.git/commitdiff
move ircspam output to stderr
authorRudolf Polzer <divverent@xonotic.org>
Thu, 8 Aug 2013 11:59:09 +0000 (13:59 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 8 Aug 2013 11:59:09 +0000 (13:59 +0200)
misc/tools/xonotic-map-compiler-optionsfile

index 6ede9d5d2f5269fdf0431d9ed87593a8802a6b62..ab61fba81d7b803f699d185553b885c87d3f4847 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 || true
+               echo "Done in approximately $((($lasttime+59)/60)) minutes." | $IRCSPAM >&2 || true
        fi
 fi