summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-22 19:50:48 +0000
committerJim Meyering <jim@meyering.net>2001-11-22 19:50:48 +0000
commit0764c7eb694cb3d4be312edfe8165cbb8d7a0b82 (patch)
tree74babcff5e22acd370543f82ec7b997d8d24f00b /old/fileutils
parent3856e7a1c158a1062d324490a06499dc71a68e92 (diff)
downloadcoreutils-0764c7eb694cb3d4be312edfe8165cbb8d7a0b82.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 66bdba19a..9029c8b36 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,6 @@
[4.1.2]
+* cp no longer fails when two or more source files are the same;
+ now it just gives a warning. E.g., cp a a d/
* chmod would set the wrong bit when given symbolic mode strings like
these: g=o, o=g, o=u. E.g., `chmod a=,o=w,ug=o f' would give a mode
of --w-r---w- rather than --w--w--w-.