Commit 610dc92e authored by David du Colombier's avatar David du Colombier

build: fix typos in run.rc

LGTM=bradfitz
R=jas, bradfitz
CC=golang-codereviews
https://golang.org/cl/52940044
parent 28479f2c
...@@ -7,7 +7,7 @@ rfork e ...@@ -7,7 +7,7 @@ rfork e
eval `{go env} eval `{go env}
GOPATH = () # we disallow local import for non-local packges, if $GOROOT happens GOPATH = () # we disallow local import for non-local packages, if $GOROOT happens
# to be under $GOPATH, then some tests below will fail # to be under $GOPATH, then some tests below will fail
# allow all.rc to avoid double-build of everything # allow all.rc to avoid double-build of everything
...@@ -48,7 +48,7 @@ fn xcd { ...@@ -48,7 +48,7 @@ fn xcd {
echo echo
echo '#' ../misc/goplay echo '#' ../misc/goplay
go build ../misc/gplay go build ../misc/goplay
echo echo
echo '#' ../test/bench/go1 echo '#' ../test/bench/go1
......
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