From aa9e1ce44130cc8b2e69b756ecdcc3f81069a4f5 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Mon, 27 Jun 2022 01:20:07 +1000 Subject: [PATCH] Clarify autobuild-bsp time estimate message --- misc/tools/xonotic-map-compiler-optionsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2