Skip to content

Commit

Permalink
use --gen-nqp=<branch> if provided
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Jul 29, 2014
1 parent c00999a commit 820565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/NQP/Configure.pm
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ sub gen_nqp {
if (defined $gen_nqp || defined $gen_parrot || defined $gen_moar) {
git_checkout(
github_url($git_protocol, 'perl6', 'nqp'),
'nqp', $nqp_want,
'nqp', $gen_nqp || $nqp_want,
github_url('ssh', 'perl6', 'nqp'),
);
}
Expand Down

0 comments on commit 820565b

Please sign in to comment.