1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 17:08:20 +02:00

Fix cp -a confusion bug.

This commit is contained in:
Paul Eggert
2004-08-11 17:19:07 +00:00
parent 34e29318a5
commit eb1d2a52dd
+9
View File
@@ -1,3 +1,12 @@
2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
* src/copy.c (copy_internal): When preserving links, unlink
a destination with link count greater than one. This is so
that commands like "cp -a" don't get confused when copying into
a destination that already contains many hard links. Problem
reported by Tim Waugh in:
http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00053.html
2004-08-10 Paul Eggert <eggert@cs.ucla.edu>
Convert all files to UTF-8.