1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:20:22 -07:00

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
This commit is contained in:
Lucio De Re 2013-02-19 19:02:18 +08:00 committed by Shenghou Ma
parent 6ab113531b
commit 7b5de7240e

View File

@ -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