aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index 99b09fcbde..4f4d437365 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -21,6 +21,7 @@ if [ ! -f ../bin/go ]; then
exit 1
fi
+export GOENV=off
eval $(../bin/go tool dist env)
export GOROOT # The api test requires GOROOT to be set, so set it to match ../bin/go.