build: fix make presubmit when .goroot symlink absent

Change-Id: Ib976b98beb7317ee498373d3c86972fbf7eff17e
This commit is contained in:
Brad Fitzpatrick 2011-11-04 15:37:50 -07:00
parent 9ba68379cd
commit 6f366778b4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6g version release.r60.3 9516
6g version release.r60.2 9933

View File

@ -342,7 +342,7 @@ sub build {
my @history = @_;
my $target = $history[0];
my $is_go = $target =~ m!/go/!;
my $is_go = $target =~ m!/go/! || $target =~ m!^camlistore\.org/!;
if ($is_go) {
perform_go_check();
}