]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 19:50:48 +0000 (19:50 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 19:50:48 +0000 (19:50 +0000)
old/fileutils/NEWS

index 66bdba19a2bbce092f01b22bb5d4d51f924806e6..9029c8b36f42b217413024d859f67ece061b8e4b 100644 (file)
@@ -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-.