فهرست منبع

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

Ralf S. Engelschall 24 سال پیش
والد
کامیت
8ae299a85f
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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);