diff options
Diffstat (limited to 'urpm/download.pm')
-rw-r--r-- | urpm/download.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm index d34f1078..26bcaa34 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -241,7 +241,6 @@ sub sync_wget { "--retr-symlinks", "--no-check-certificate", "--timeout=$CONNECT_TIMEOUT", - "-N", (defined $options->{'wget-options'} ? split /\s+/, $options->{'wget-options'} : ()), '-P', $options->{dir}, @_ |