diff options
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/urpmi.update b/urpmi.update index 51c7b85e..5fb32981 100755 --- a/urpmi.update +++ b/urpmi.update @@ -77,6 +77,8 @@ where <name> is a medium name to update. } $urpm->read_config; + exists $options{limit_rate} or $options{limit_rate} = $urpm->{options}{'limit-rate'}; + my @entries = map { $_->{name} } @{$urpm->{media}}; if ($options{all}) { |