From 558130f85d9017e69d284bec11b78971497f0a9d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 21 Nov 2010 16:22:42 +0100 Subject: [PATCH] better output --- all | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.39.2