diff options
-rw-r--r-- | urpm/download.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |