summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-12 08:05:20 +0000
committerJim Meyering <jim@meyering.net>1999-11-12 08:05:20 +0000
commit7cff7275f8ff0eeeb1f077879d94627c1bddca48 (patch)
tree922d1cbb82373a9d165ca5f31b94c36de8a2f292
parent286e9d976609a25986c695fc603f47a5e23b10ce (diff)
downloadcoreutils-7cff7275f8ff0eeeb1f077879d94627c1bddca48.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 53bd5b9e0..a3dec2702 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -6,9 +6,9 @@
Reported by Michael Stone.
* tests/mv/into-self-2: Add a test for this fix.
- * lib/makepath.c (make_path): Fix long-latent bug (note others
- just like it were fixed in 1998-01-02).
- A user (FIXME, who?) reported that using `install -d -g foo 1/2`
+ * lib/makepath.c (make_path): Fix long-latent bug: s/&&/||/ (others
+ just like that also dated back to 1992 were fixed in 1998-01-02).
+ Richard Braakman reported that using `install -d -g foo 1/2`
only sets the group on the intermediate directory, not the final
component. From Michael Stone.