]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(copy_internal): cp -RL no longer fails when encountering
authorJim Meyering <jim@meyering.net>
Sat, 4 Feb 2006 10:49:21 +0000 (10:49 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Feb 2006 10:49:21 +0000 (10:49 +0000)
commit130dd0656dc19c9b985b8e468dd29f687429d221
tree03fcd6439a344ed4985f3e658a3ea5296e154bf4
parentee84ffc69595708458036f19b28a290ccbbce241
(copy_internal): cp -RL no longer fails when encountering
the same directory more than once in the hierarchy beneath a single
command-line argument.  That is legitimate, e.g. when there are
two or more symbolic links, each pointing to some directory that
would not otherwise be copied.  Reported by Christophe LYON.
src/copy.c