]> Cypherpunks repositories - gostls13.git/commit
make.bash: preserve GOROOT_BOOTSTRAP
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Sun, 26 May 2024 18:27:53 +0000 (18:27 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 29 May 2024 13:48:46 +0000 (13:48 +0000)
commit78eadc87df453c2a325fd9762d57e3232179b631
treecd4e20734c6659e4927438a221486ee51ec8e7cc
parent13c49096fd3b08ef53742dd7ae8bcfbfa45f3173
make.bash: preserve GOROOT_BOOTSTRAP

CL 582076 made the GOROOT_BOOTSTRAP set to "", which in turn
causes the next iteration to return true. "$GOROOT_BOOTSTRAP/bin/go"
becomes "/bin/go", which always exists.

Fixes #67654

Change-Id: I290bd4a7defc58e4b34d5bf955ef4f34569ff0ed
GitHub-Last-Rev: 9c7134fa44874b0a9d03807aa583b1088cc13922
GitHub-Pull-Request: golang/go#67655
Reviewed-on: https://go-review.googlesource.com/c/go/+/588436
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/make.bash
src/make.rc