From d38630fe3db1c5c916e496f19d47915f44eed92d Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 11 Nov 2009 14:52:15 -0800 Subject: [PATCH] gotest: add LC_ALL=C R=r https://golang.org/cl/154067 --- src/cmd/gotest/gotest | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0