]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/xonotic-map-compiler-optionsfile
Merge branch 'bones_was_here/all_no_glx' into 'master'
[xonotic/xonotic.git] / misc / tools / xonotic-map-compiler-optionsfile
index ab61fba81d7b803f699d185553b885c87d3f4847..7693201b52b2c4c58e8dc8516624f20949974c9c 100755 (executable)
@@ -15,9 +15,9 @@ tstart=`date +%s`
 
 lasttime=`cat ~/.xonotic-map-compiler-autobuild/"${M##*/}".buildtime 2>/dev/null || true`
 if [ -n "$lasttime" ] ; then
-       echo "Done in approximately $((($lasttime+59)/60)) minutes."
+       echo "Predicted build time is $((($lasttime+59)/60)) minutes."
        if [ -n "$IRCSPAM" ]; then
-               echo "Done in approximately $((($lasttime+59)/60)) minutes." | $IRCSPAM >&2 || true
+               echo "Predicted build time is $((($lasttime+59)/60)) minutes." | $IRCSPAM >/dev/null 2>&1 || true
        fi
 fi