summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e002c0631..0830a9d51 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,8 @@
Sun Sep 8 12:54:31 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/dircolors.c (usage): Refer to LS_COLORS, not LS_COLOR.
+ From Santiago Vila Doncel.
+
* src/cp.c (do_copy): Set backup_type to `none' only *after*
calling to find_backup_file_name. Reported by Eli Zaretskii.