Module Name:    src
Committed By:   sjg
Date:           Fri Dec 10 00:37:24 UTC 2010

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

Log Message:
fix style


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 src/usr.bin/make/unit-tests/Makefile:1.30
--- src/usr.bin/make/unit-tests/Makefile:1.29	Fri Dec 10 00:36:33 2010
+++ src/usr.bin/make/unit-tests/Makefile	Fri Dec 10 00:37:23 2010
@@ -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
 

Reply via email to