src: don't assume go is in PATH in buildall.bash

Change-Id: I5569dcdefe8adba346810124b16721674956bce6
Reviewed-on: https://go-review.googlesource.com/9515
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Brad Fitzpatrick 2015-04-29 15:05:45 -07:00
parent bfb077e0ee
commit 13ae23751a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ do
export GOARCH=386
export GO386=387
fi
if ! go build -a std; then
if ! "$GOROOT/bin/go" build -a std; then
failed=true
if $sete; then
exit 1