]> Cypherpunks repositories - gostls13.git/commit
cmd/go: stop using $GOROOT and $GOBIN in script output
authorRuss Cox <rsc@golang.org>
Mon, 12 Mar 2012 16:39:31 +0000 (12:39 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 12 Mar 2012 16:39:31 +0000 (12:39 -0400)
commit376fc748f6dfbe7ad12fc97d0bf8b2385c9314d7
treed96814e1a21e321449b18aafb1686d677db147b5
parentd75abb7ca323ad8911b900cb4955e533e35f4559
cmd/go: stop using $GOROOT and $GOBIN in script output

They were necessary to produce a canonical script
when we checked in build scripts, but now they're just
getting in the way.

Fixes #3279.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5796068
src/cmd/go/build.go