]> Cypherpunks repositories - gostls13.git/commitdiff
src/run.rc: "go env -9" is not valid, the correct command is "go tool dist env -9".
authorLucio De Re <lucio.dere@gmail.com>
Tue, 19 Feb 2013 11:02:18 +0000 (19:02 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Tue, 19 Feb 2013 11:02:18 +0000 (19:02 +0800)
R=minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/7307120

src/run.rc

index e70f5c69662cad34c4182f05743cb1c558c0880c..7e5d8ce379d2f486a4443055109dee8af06f4656 100755 (executable)
@@ -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