diff --git a/src/buildall.bash b/src/buildall.bash index a3579af699..89a4501bcb 100755 --- a/src/buildall.bash +++ b/src/buildall.bash @@ -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