summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-30 13:25:04 +0000
committerJim Meyering <jim@meyering.net>2000-06-30 13:25:04 +0000
commit1ba4b1a996f40af31c35673abb483fb12e83d24d (patch)
tree42ce53cc8434bc542d30023e22a26c1b3d1ef32a /old
parent60cea0e8feade824ee06058b0381a0edf71a05b9 (diff)
downloadcoreutils-1ba4b1a996f40af31c35673abb483fb12e83d24d.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index b0a972b0b..f7d313402 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -20,10 +20,10 @@
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.