From d196fd396229a865db6fec2ec06595a46c36b230 Mon Sep 17 00:00:00 2001 From: sjg Date: Fri, 10 Dec 2010 00:36:33 +0000 Subject: [PATCH] Need to export LC_ALL=C too --- usr.bin/make/unit-tests/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/make/unit-tests/Makefile b/usr.bin/make/unit-tests/Makefile index 4e39880f5ec5..f8733d372364 100644 --- a/usr.bin/make/unit-tests/Makefile +++ b/usr.bin/make/unit-tests/Makefile @@ -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 @@ TEST_MAKE?= ${.MAKE} 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'