Skip to content

Commit

Permalink
build: fix typos in run.rc
Browse files Browse the repository at this point in the history
LGTM=bradfitz
R=jas, bradfitz
CC=golang-codereviews
https://golang.org/cl/52940044
  • Loading branch information
0intro committed Jan 28, 2014
1 parent 28479f2 commit 610dc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/run.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -48,7 +48,7 @@ fn xcd {
echo
echo '#' ../misc/goplay
go build ../misc/gplay
go build ../misc/goplay
echo
echo '#' ../test/bench/go1
Expand Down

0 comments on commit 610dc92

Please sign in to comment.