1
0
mirror of https://github.com/golang/go synced 2024-11-22 08:24:41 -07:00

gotest: add LC_ALL=C

R=r
https://golang.org/cl/154067
This commit is contained in:
Russ Cox 2009-11-11 14:52:15 -08:00
parent e9ac56fb99
commit d38630fe3d

View File

@ -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