Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update submodules in bootstrap
  • Loading branch information
Tadeusz Sośnierz committed May 15, 2013
1 parent 8995125 commit 94ee0e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap.pl
Expand Up @@ -5,6 +5,8 @@

say '==> Bootstrapping Panda';

run 'git submodule update';

my $is_win = $*OS eq 'MSWin32';

my $panda-base;
Expand Down

2 comments on commit 94ee0e5

@cnd
Copy link
Contributor

@cnd cnd commented on 94ee0e5 May 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good motion ;)

@leto
Copy link
Collaborator

@leto leto commented on 94ee0e5 May 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest adding --recursive, just in case :) That will require a version check to see if Git is at least 1.6.x .

Please sign in to comment.