mv: consistently warn about multiply specified source dirs
commit0d60653001d0fd56b36507ad00615bef18dc95a9
authorPádraig Brady <P@draigBrady.com>
Sat, 16 Jan 2016 11:35:50 +0000 (16 11:35 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 16 Jan 2016 11:40:54 +0000 (16 11:40 +0000)
tree83746ef2bd5ce86e3da462b0014d0c51f557f1a7
parent3aa84d02ddd22dc9430275f544cb435d64c5e385
mv: consistently warn about multiply specified source dirs

* src/copy.c (copy internal): Remember directories irrespective
of their link count, because on some file systems like BTRFS,
directories always have a link count of 1.
src/copy.c