mirror of
https://github.com/golang/go
synced 2024-11-18 06:54:49 -07:00
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:
parent
bfb077e0ee
commit
13ae23751a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user