(copy_internal): Don't make `mv foo symlink-to-foo' fail.
authorJim Meyering <jim@meyering.net>
Fri, 30 Apr 1999 15:15:02 +0000 (15:15 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 30 Apr 1999 15:15:02 +0000 (15:15 +0000)
commit40d99818ef11661332de8319479046b45f2da5b6
treed232cc08b3c6405d9ba035f5dc3adf228318f9b8
parent0d6a1583c61d66a931cc68427b89798a549eba5f
(copy_internal): Don't make `mv foo symlink-to-foo' fail.
That is, even though source and destination are `the same,' don't fail
if the destination is a symlink.  From Peter Samuelson.
src/copy.c