mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-04 10:27:38 +00:00
Clarify autobuild-bsp time estimate message
This commit is contained in:
parent
975add8a2e
commit
aa9e1ce441
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user