Commit 23637846 authored by Rob Pike's avatar Rob Pike

test/run: clear $E in case it's already set in environment.

R=rsc
CC=golang-dev
https://golang.org/cl/4312054
parent 237ae641
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
eval $(gomake --no-print-directory -f ../src/Make.inc go-env) eval $(gomake --no-print-directory -f ../src/Make.inc go-env)
export E=
case X"$GOARCH" in case X"$GOARCH" in
Xamd64) Xamd64)
export A=6 export A=6
......
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