Set LC_ALL=C before sed.
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 9 Mar 2013 04:31:23 +0000 (20:31 -0800)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 9 Mar 2013 04:31:23 +0000 (20:31 -0800)
ChangeLog
posix/Makefile

index d07f5e2..5739f8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
+       (ptestcases.h): Likewise.
+
 2013-03-08  Roland McGrath  <roland@hack.frob.com>
 
        * Makeconfig ($(common-objpfx)config.status): Depend on
index 658c47e..a728630 100644 (file)
@@ -210,11 +210,11 @@ bug-glob1-ARGS = "$(objpfx)"
 tst-execvp3-ARGS = --test-dir=$(objpfx)
 
 testcases.h: TESTS TESTS2C.sed
-       sed -f TESTS2C.sed < $< > $@T
+       LC_ALL=C sed -f TESTS2C.sed < $< > $@T
        mv -f $@T $@
 
 ptestcases.h: PTESTS PTESTS2C.sed
-       sed -f PTESTS2C.sed < $< > $@T
+       LC_ALL=C sed -f PTESTS2C.sed < $< > $@T
        mv -f $@T $@
 
 # Run a test on the header files we use.