]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.3] nacltest.bash: unset GOROOT
authorRuss Cox <rsc@golang.org>
Tue, 30 Sep 2014 16:34:36 +0000 (12:34 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 30 Sep 2014 16:34:36 +0000 (12:34 -0400)
commitc09c8bb32595fc4b0bfcb1f6cedaf01040b05e1a
tree4d59c2b0704c7e0a42bf763801e5848c5e62cf6d
parentfcfb7aaf2ed8ffbe22c7c40e8536523c4ae599cb
[release-branch.go1.3] nacltest.bash: unset GOROOT

The GOROOT baked into the go command being run is correct.
The GOROOT in the environment may not be. Remove it.

Fixes nacltest.bash if you have GOROOT set elsewhere.

This is already fixed in the default branch.

LGTM=r
R=golang-codereviews, r
CC=bradfitz, golang-codereviews, iant
https://golang.org/cl/147380044
src/nacltest.bash