mirror of
https://github.com/golang/go
synced 2024-11-12 04:50:21 -07:00
build: fix typos in run.rc
LGTM=bradfitz R=jas, bradfitz CC=golang-codereviews https://golang.org/cl/52940044
This commit is contained in:
parent
28479f2c32
commit
610dc92eac
@ -7,7 +7,7 @@ rfork e
|
||||
|
||||
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
|
||||
|
||||
# allow all.rc to avoid double-build of everything
|
||||
@ -48,7 +48,7 @@ fn xcd {
|
||||
|
||||
echo
|
||||
echo '#' ../misc/goplay
|
||||
go build ../misc/gplay
|
||||
go build ../misc/goplay
|
||||
|
||||
echo
|
||||
echo '#' ../test/bench/go1
|
||||
|
Loading…
Reference in New Issue
Block a user