From: Paul Eggert Date: Sun, 19 Dec 2004 13:31:45 +0000 (+0000) Subject: * NEWS: Mention that one should eval "`dircolors`" rather than X-Git-Tag: v5.3.0~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07f592d78f66beb77d5d66dde4c6259132cc4376;p=thirdparty%2Fcoreutils.git * NEWS: Mention that one should eval "`dircolors`" rather than `dircolors`. --- diff --git a/NEWS b/NEWS index 202dc1f8c2..0fbfab8cba 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,9 @@ GNU coreutils NEWS -*- outline -*- cut's --output-delimiter=D option works with abutting byte ranges. + dircolors's documentation now recommends that shell scripts eval + "`dircolors`" rather than `dircolors`, to avoid shell expansion pitfalls. + du no longer segfaults when a subdirectory of an operand directory is removed while du is traversing that subdirectory. Since the bug was in the underlying fts.c module, it also affected