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 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=17672a3aa67b451ffa37b5624485d809f85f5fc4;p=xonotic%2Fxonotic.git 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