Commit d38630fe authored by Russ Cox's avatar Russ Cox

gotest: add LC_ALL=C

R=r
https://golang.org/cl/154067
parent e9ac56fb
......@@ -11,6 +11,7 @@
# Makes egrep,grep work better with · if we put them
# in ordinary C mode instead of what the current language is.
unset LANG
export LC_ALL=C
export LC_CTYPE=C
_GC=$GC # Make.$GOARCH will overwrite this
......
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