From: Russ Cox Date: Wed, 11 Nov 2009 22:52:15 +0000 (-0800) Subject: gotest: add LC_ALL=C X-Git-Tag: weekly.2009-11-12~21 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d38630fe3db1c5c916e496f19d47915f44eed92d;p=gostls13.git gotest: add LC_ALL=C R=r https://golang.org/cl/154067 --- diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest index 956a67965a..8d43cb7dc7 100755 --- a/src/cmd/gotest/gotest +++ b/src/cmd/gotest/gotest @@ -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