. FILEUTILS-4_1_2
authorJim Meyering <jim@meyering.net>
Sat, 24 Nov 2001 08:06:18 +0000 (08:06 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Nov 2001 08:06:18 +0000 (08:06 +0000)
old/fileutils/NEWS

index 9029c8b..1a47890 100644 (file)
@@ -1,6 +1,8 @@
 [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/
+    now it just gives a warning and doesn't copy the file the second time.
+    E.g., cp a a d/ produces this:
+    cp: warning: source file `a' specified more than once
 * 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-.