Skip to content

Commit

Permalink
Clarify autobuild-bsp time estimate message
Browse files Browse the repository at this point in the history
  • Loading branch information
bones_was_here committed Jun 26, 2022
1 parent 975add8 commit aa9e1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/tools/xonotic-map-compiler-optionsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aa9e1ce

Please sign in to comment.