Skip to content

Commit

Permalink
Fix bootstrap.pl, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed May 19, 2013
1 parent 3a6ee39 commit 4607cd1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bootstrap.pl
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#!/usr/bin/env perl6
use v6;
BEGIN {
say shell 'git submodule init';
say shell 'git submodule update';
}
use lib 'ext/File__Tools/lib/';
use Shell::Command;

say '==> Bootstrapping Panda';

run 'git submodule init';
run 'git submodule update';

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

my $panda-base;
Expand Down

0 comments on commit 4607cd1

Please sign in to comment.