diff --git a/maintainers/scripts/copy-tarballs.pl b/maintainers/scripts/copy-tarballs.pl index 0746fb21069d..b7178fb7d715 100755 --- a/maintainers/scripts/copy-tarballs.pl +++ b/maintainers/scripts/copy-tarballs.pl @@ -75,7 +75,6 @@ foreach my $file (@{$data->{list}->{attrs}}) { waitpid($pid, 0) or die; if ($? != 0) { print STDERR "failed to fetch $url: $?\n"; - last if $? >> 8 == 255; next; } <$fh>; my $storePath = <$fh>; chomp $storePath;