Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Configure] git fetch in the right place
  • Loading branch information
moritz committed Apr 28, 2011
1 parent f73152c commit 4042390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/gen_parrot.pl
Expand Up @@ -57,7 +57,9 @@ =head2 DESCRIPTION
."the 'parrot' directory, and then re-run the command that caused\n"
."this error message\n";
}
chdir('parrot') || die "Can't chdir to 'parrot': $!";
system_or_die(qw(git fetch));
chdir('..') || die "Can't chdir back to rakudo ('..'): $!";
} else {
system_or_die(qw(git clone git://github.com/parrot/parrot.git parrot));
}
Expand Down

0 comments on commit 4042390

Please sign in to comment.