summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-29 08:41:08 +0100
committerJim Meyering <meyering@redhat.com>2007-10-29 08:41:08 +0100
commit973d42b90de3c4af705c99536cd1f0ffccd26791 (patch)
treecc80a1f9bf82638faa962b490cf6721cf11b8676 /ChangeLog
parente1bb6139fbc341dcdc5879ed37739d76039ad75c (diff)
downloadcoreutils-973d42b90de3c4af705c99536cd1f0ffccd26791.tar.xz
Always initialize terminal colorization string variables.
* build-aux/check.mk (am__tty_colors): Always initialize red, grn, etc., In case they're defined in the environment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe4bfab26..c0a2d8d0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-10-29 Jim Meyering <meyering@redhat.com>
+ Always initialize terminal colorization string variables.
+ * build-aux/check.mk (am__tty_colors): Always initialize red, grn, etc.,
+ In case they're defined in the environment.
+
Avoid test failure in non-srcdir build vs. the git tree.
* tests/check.mk (vc_exe_in_TESTS): Run this test only in a
srcdir build directory. Reported by Andreas Schwab.