summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-22 19:54:23 +0000
committerJim Meyering <jim@meyering.net>2001-11-22 19:54:23 +0000
commit647185eda4ef74b8538be5265588bdfd062ac7a9 (patch)
tree6f9dede48a6b677e9829c0f0e2d85a3e562bc753 /old/fileutils
parent0764c7eb694cb3d4be312edfe8165cbb8d7a0b82 (diff)
downloadcoreutils-647185eda4ef74b8538be5265588bdfd062ac7a9.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 397c1b8ab..06e832014 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -3,6 +3,9 @@
* Version 4.1.2.
Don't fail for commands like this: cp a a d/
+ This change in behavior was introduced in 4.1.1, as part of the
+ 2001-09-28 change. cp and mv still fail for commands like this:
+ rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c
* src/copy.c (triple_hash_no_name): New function.
(src_info_init): New function.