]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 30 Jun 2000 13:25:04 +0000 (13:25 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 30 Jun 2000 13:25:04 +0000 (13:25 +0000)
old/fileutils/ChangeLog

index b0a972b0b38d25959ae06c5211ff5695bd2a64e3..f7d3134028d9a4ecb4656edb5b6892f12d23f873 100644 (file)
 
 2000-06-25  Jim Meyering  <meyering@lucent.com>
 
-       * src/copy.c (copy_internal): Don't return return immediately after a
-       failed copy_dir call -- otherwise, the failure to read a single file
-       in a source directory would cause the containing destination directory
-       not to have owner/perms set properly.
+       * src/copy.c (copy_internal): Don't return immediately after a failed
+       copy_dir call -- otherwise, the failure to read a single file in a
+       source directory would cause the containing destination directory
+       not to have owner and/or permissions set properly.
        Reported by Piotr and Maciej Kwapulinski.
        * tests/cp/fail-perm: Test for it.
        * tests/cp/Makefile.am (TESTS): Add fail-perm.