summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-28 19:58:37 +0000
committerJim Meyering <jim@meyering.net>2001-09-28 19:58:37 +0000
commit45d6772cfe111cccb5ed5572c6b9796194cab68d (patch)
tree71088781db5a286ef4454a64bf154e1755f6584a /old/fileutils
parentfa805211ac6fa83b841453b672acba353e56499e (diff)
downloadcoreutils-45d6772cfe111cccb5ed5572c6b9796194cab68d.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 5783521e1..7f8013d0d 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,11 @@
* Version 4.1.1.
+ This mv command should fail (likewise for cp), rather than
+ silently clobbering one of the source files.
+ rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c
+ Reported by from Dan Jacobson.
+
* src/cp.c (do_copy): Call dest_info_init if necessary.
* src/install.c (main): Likewise.
* src/mv.c (main): Likewise.