From: Rudolf Polzer Date: Sun, 21 Nov 2010 15:22:42 +0000 (+0100) Subject: better output X-Git-Tag: xonotic-v0.1.0preview~36^2~4 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=558130f85d9017e69d284bec11b78971497f0a9d better output --- diff --git a/all b/all index ebe505ea..9e4dd0dc 100755 --- a/all +++ b/all @@ -394,11 +394,11 @@ bestmirror() m=$pre$in$suf if t=`mirrorspeed "$m"`; then if [ -n "$t" ]; then - t=$(($t$op)) # fudge factor - msg "$m -> $t ticks ($op)" - if [ -z "$bestt" ] || [ "$t" -lt "$bestt" ]; then + tt=$(($t$op)) # fudge factor + msg "$m -> $t$op=$tt ticks" + if [ -z "$bestt" ] || [ "$tt" -lt "$bestt" ]; then bestin=$in - bestt=$t + bestt=$tt fi else msg "$m -> error"