X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler-optionsfile;h=7693201b52b2c4c58e8dc8516624f20949974c9c;hp=ab61fba81d7b803f699d185553b885c87d3f4847;hb=65c24c8e4a21022893f7cb7e8029472303793975;hpb=17ffea374bd5be4a7a8f58ae272fa573d7c4fff1 diff --git a/misc/tools/xonotic-map-compiler-optionsfile b/misc/tools/xonotic-map-compiler-optionsfile index ab61fba8..7693201b 100755 --- a/misc/tools/xonotic-map-compiler-optionsfile +++ b/misc/tools/xonotic-map-compiler-optionsfile @@ -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