From: Jim Meyering Date: Thu, 22 Nov 2001 19:50:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0764c7eb694cb3d4be312edfe8165cbb8d7a0b82;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 66bdba19a2..9029c8b36f 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-.