summaryrefslogtreecommitdiff
path: root/src/run.rc
diff options
context:
space:
mode:
authorLucio De Re <lucio.dere@gmail.com>2013-02-19 19:02:18 +0800
committerLucio De Re <lucio.dere@gmail.com>2013-02-19 19:02:18 +0800
commit28a2a3f11fa821b452331ef942cf5d473bc9b600 (patch)
tree61c8749c2b8b4e057df4a549cacaa973a47e357a /src/run.rc
parentdbafd8294ed990c12bcff7f1d36bc029097aa1e2 (diff)
downloadgo-28a2a3f11fa821b452331ef942cf5d473bc9b600.tar.gz
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://codereview.appspot.com/7307120 Committer: Shenghou Ma <minux.ma@gmail.com>
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 e70f5c696..7e5d8ce37 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