Module Name:    src
Committed By:   sjg
Date:           Fri Dec 10 00:36:33 UTC 2010

Modified Files:
        src/usr.bin/make/unit-tests: Makefile

Log Message:
Need to export LC_ALL=C too


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/make/unit-tests/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.28 src/usr.bin/make/unit-tests/Makefile:1.29
--- src/usr.bin/make/unit-tests/Makefile:1.28	Thu Apr 22 21:41:11 2010
+++ src/usr.bin/make/unit-tests/Makefile	Fri Dec 10 00:36:33 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2010/04/22 21:41:11 sjg Exp $
+# $NetBSD: Makefile,v 1.29 2010/12/10 00:36:33 sjg Exp $
 #
 # Unit tests for make(1)
 # The main targets are:
@@ -59,8 +59,9 @@
 TOOL_SED?= sed
 
 # ensure consistent results from sort(1)
+LC_ALL = C
 LANG= C
-.export LANG
+.export LANG LC_ALL
 
 # The driver.
 # We always pretend .MAKE was called 'make' 

Reply via email to