Browse Source

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

master
parent
commit
8ae299a85f
  1. 1
      openpkg/rpmx.pl

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);

Loading…
Cancel
Save