forked from mirrors/nixpkgs
Remove mysterious line
This commit is contained in:
parent
628e914f2b
commit
4de6357776
|
@ -75,7 +75,6 @@ foreach my $file (@{$data->{list}->{attrs}}) {
|
||||||
waitpid($pid, 0) or die;
|
waitpid($pid, 0) or die;
|
||||||
if ($? != 0) {
|
if ($? != 0) {
|
||||||
print STDERR "failed to fetch $url: $?\n";
|
print STDERR "failed to fetch $url: $?\n";
|
||||||
last if $? >> 8 == 255;
|
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
<$fh>; my $storePath = <$fh>; chomp $storePath;
|
<$fh>; my $storePath = <$fh>; chomp $storePath;
|
||||||
|
|
Loading…
Reference in a new issue