aboutsummaryrefslogtreecommitdiff
path: root/src/run.rc
diff options
context:
space:
mode:
authorLucio De Re <lucio.dere@gmail.com>2013-02-19 19:02:18 +0800
committerShenghou Ma <minux.ma@gmail.com>2013-02-19 19:02:18 +0800
commit7b5de7240e018b72d4469c4fc085edc6274c4267 (patch)
tree52187ff2283354176f8cc06eb8f4ff4baa933beb /src/run.rc
parent6ab113531b49621394dbd274c44bb583ded1dc45 (diff)
downloadgo-7b5de7240e018b72d4469c4fc085edc6274c4267.tar.gz
go-7b5de7240e018b72d4469c4fc085edc6274c4267.zip
src/run.rc: "go env -9" is not valid, the correct command is "go tool dist env -9".
R=minux.ma, bradfitz CC=golang-dev https://golang.org/cl/7307120
Diffstat (limited to 'src/run.rc')
-rwxr-xr-xsrc/run.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.rc b/src/run.rc
index e70f5c6966..7e5d8ce379 100755
--- a/src/run.rc
+++ b/src/run.rc
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-eval `{go env -9}
+eval `{go tool dist env -9}
# allow all.rc to avoid double-build of everything
rebuild = true