We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c0390 commit 5a078c2Copy full SHA for 5a078c2
PBuild/Checker.pm
@@ -728,7 +728,7 @@ sub handlecycle {
728
my $notready = $ctx->{'notready'};
729
my $pkgsrc = $ctx->{'pkgsrc'};
730
if (grep {$notready->{$_->{'name'} || $_->{'pkg'}}} map {$pkgsrc->{$_}} @cycp) {
731
- $notready->{$_->{'name'} || $_->{'pkg'}} ||= 1 for @cycp;
+ $notready->{$_->{'name'} || $_->{'pkg'}} ||= 1 for map {$pkgsrc->{$_}} @cycp;
732
}
733
return (undef, 3);
734
0 commit comments