summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-29 10:37:09 +0100
committerJim Meyering <meyering@redhat.com>2007-10-29 10:37:09 +0100
commitb63b1b4ce2612960f785670481ff3a9fa68c4bd3 (patch)
tree2d38b2136eacf12692152164d4bdc498ebaae9d5 /ChangeLog
parent0cc7aa3a29af3876d086175d3e7f4b26b6c956cf (diff)
downloadcoreutils-b63b1b4ce2612960f785670481ff3a9fa68c4bd3.tar.xz
Don't try to colorize a dumb terminal.
* build-aux/check.mk (am__tty_colors): Skip colors if $TERM is "dumb". Thanks to Bob Proulx.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 439921354..d9a05e661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-10-29 Jim Meyering <meyering@redhat.com>
+ Don't try to colorize a dumb terminal.
+ * build-aux/check.mk (am__tty_colors): Skip colors if $TERM is "dumb".
+ Thanks to Bob Proulx.
+
Remove gnulib's printf-posix module, for now.
* bootstrap.conf (gnulib_modules): It caused too many test failures.