diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-28 19:58:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-28 19:58:37 +0000 |
commit | 45d6772cfe111cccb5ed5572c6b9796194cab68d (patch) | |
tree | 71088781db5a286ef4454a64bf154e1755f6584a | |
parent | fa805211ac6fa83b841453b672acba353e56499e (diff) | |
download | coreutils-45d6772cfe111cccb5ed5572c6b9796194cab68d.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
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. |