From 9f795dc201e1868e9d8bdb7a561499090df03773 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 3 Sep 2015 21:56:31 +0200 Subject: perl_checker cleanup --- urpm/download.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/download.pm') diff --git a/urpm/download.pm b/urpm/download.pm index 25f43fdb..fd315f99 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -537,7 +537,7 @@ sub _curl_action { } #- this checks that download has actually started if ($_ eq "\n" - && !($speed eq 0 && $percent == 100 && index($eta, '--') >= 0) #- work around bug 13685 + && !($speed == 0 && $percent == 100 && index($eta, '--') >= 0) #- work around bug 13685 ) { propagate_sync_callback($options, 'end', $file); $file = undef; -- cgit v1.2.1