]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 28 Sep 2001 19:58:37 +0000 (19:58 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 28 Sep 2001 19:58:37 +0000 (19:58 +0000)
old/fileutils/ChangeLog

index 5783521e1eec1f2a2a406ca517270b485aa97e73..7f8013d0db4b966becaf814af31627484bded2b9 100644 (file)
@@ -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.