Commit 7b5de724 authored by Lucio De Re's avatar Lucio De Re Committed by Shenghou Ma

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
parent 6ab11353
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment