1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-11-22 19:50:48 +00:00
parent 3856e7a1c1
commit 0764c7eb69
+2
View 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-.