Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make/unit-tests fix style



details:   https://anonhg.NetBSD.org/src/rev/02a6e2ef21b0
branches:  trunk
changeset: 759457:02a6e2ef21b0
user:      sjg <sjg%NetBSD.org@localhost>
date:      Fri Dec 10 00:37:23 2010 +0000

description:
fix style

diffstat:

 usr.bin/make/unit-tests/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6f036d6283f1 -r 02a6e2ef21b0 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile  Fri Dec 10 00:36:33 2010 +0000
+++ b/usr.bin/make/unit-tests/Makefile  Fri Dec 10 00:37:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2010/12/10 00:36:33 sjg Exp $
+# $NetBSD: Makefile,v 1.30 2010/12/10 00:37:23 sjg Exp $
 #
 # Unit tests for make(1)
 # The main targets are:
@@ -59,7 +59,7 @@
 TOOL_SED?= sed
 
 # ensure consistent results from sort(1)
-LC_ALL = C
+LC_ALL= C
 LANG= C
 .export LANG LC_ALL
 



Home | Main Index | Thread Index | Old Index