소스 검색

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