diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-14 10:51:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-14 10:51:53 +0000 |
commit | 8b67554aec7e812e97cfd3011f43a0ebd033e0d7 (patch) | |
tree | 54bc11c2a8fe7379f4dcef1d86d13458eec860ba /old | |
parent | edd66bd2944b399251a0dd954b565248794c1966 (diff) | |
download | coreutils-8b67554aec7e812e97cfd3011f43a0ebd033e0d7.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 38664f534..ccc83fbe9 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,8 @@ +[4.1.2] [4.1.1] +* mv (likewise for cp), now fails rather than silently clobbering one of + the source files in the following example: + rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c * ls -R detects directory cycles, per POSIX. It warns and doesn't infloop. * cp's -P option now means the same as --no-dereference, per POSIX. Use --parents to get the old meaning. |