Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a merge-o.
  • Loading branch information
jnthn committed Jun 3, 2013
1 parent 5a7a72b commit 2367dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/parrot/ModuleLoaderVMConfig.nqp
Expand Up @@ -27,7 +27,6 @@ role Perl6::ModuleLoaderVMConfig {
%cand<pm> := $file;
}
@candidates.push(%cand);
last; # temporary, until we actually don't do just @candidates[0]
}
}
else {
Expand Down Expand Up @@ -64,6 +63,7 @@ last; # temporary, until we actually don't do just @candidates[0]
%cand<load> := "$prefix/$pbc_path";
}
@candidates.push(%cand);
last; # temporary, until we actually don't do just @candidates[0]
}
elsif $have_pir {
my %cand;
Expand Down

0 comments on commit 2367dad

Please sign in to comment.