Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix --gen-nqp.
  • Loading branch information
jnthn committed May 23, 2011
1 parent 0a91e5b commit 83a3b57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/gen_nqp.pl
Expand Up @@ -49,8 +49,7 @@ =head2 DESCRIPTION

chdir('nqp') || die "Can't chdir to 'nqp': $!";

system_or_die(qw(git fetch)) unless $fetched;
system_or_die(qw(git checkout), 'master');
system_or_die(qw(git pull)) unless $fetched;

## If we have a Makefile from a previous build, do a 'make realclean'
if (-f 'Makefile' && $make) {
Expand Down

0 comments on commit 83a3b57

Please sign in to comment.