*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 12 Nov 1999 08:05:20 +0000 (08:05 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Nov 1999 08:05:20 +0000 (08:05 +0000)
old/fileutils/ChangeLog

index 53bd5b9e08778d49cde43fbd34f6d79517e413a4..a3dec2702328cc4f291a374613ef0b7c013d6a51 100644 (file)
@@ -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.