Przeglądaj źródła

option --progress-bar is horsed up in latest curl versions

Ralf S. Engelschall 24 lat temu
rodzic
commit
8ae299a85f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      openpkg/rpmx.pl

+ 0 - 1
openpkg/rpmx.pl

@@ -547,7 +547,6 @@ sub op_fetch {
                 print STDERR "rpm: Fetching $srcurl\n";
                 my $cmd = $CFG->{PRG}->{"curl"}.
                           " --location" .
-                          " --progress-bar" .
                           " --output $srcdir/$srcfile" .
                           " $srcurl";
                 my $rc = system($cmd);