diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-19 13:31:45 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-19 13:31:45 +0000 |
commit | 07f592d78f66beb77d5d66dde4c6259132cc4376 (patch) | |
tree | 12c10a599a1c7de4c09072960101fd6f20d822a9 /NEWS | |
parent | dea10fefbc0bf473e8423955c0430ba223fbe727 (diff) | |
download | coreutils-07f592d78f66beb77d5d66dde4c6259132cc4376.tar.xz |
* NEWS: Mention that one should eval "`dircolors`" rather than
`dircolors`.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |