From: bones_was_here Date: Sun, 26 Jun 2022 15:20:07 +0000 (+1000) Subject: Clarify autobuild-bsp time estimate message X-Git-Tag: xonotic-v0.8.5^0 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=aa9e1ce44130cc8b2e69b756ecdcc3f81069a4f5 Clarify autobuild-bsp time estimate message --- diff --git a/misc/tools/xonotic-map-compiler-optionsfile b/misc/tools/xonotic-map-compiler-optionsfile index 6c40e853..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 >/dev/null 2>&1 || true + echo "Predicted build time is $((($lasttime+59)/60)) minutes." | $IRCSPAM >/dev/null 2>&1 || true fi fi