]> Cypherpunks repositories - gostls13.git/commitdiff
gotest: add LC_ALL=C
authorRuss Cox <rsc@golang.org>
Wed, 11 Nov 2009 22:52:15 +0000 (14:52 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 11 Nov 2009 22:52:15 +0000 (14:52 -0800)
R=r
https://golang.org/cl/154067

src/cmd/gotest/gotest

index 956a67965acb2490a12211e82e26e4a9388e91dc..8d43cb7dc73994a61093344eefeb8bceff3fbae4 100755 (executable)
@@ -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