Don't recurse into symlinked directories.
commitad52719b127c5ffa3157b58c12d09de68263096b
authorMarcel Rodrigues <marcelgmr@gmail.com>
Tue, 15 Dec 2015 21:21:49 +0000 (15 19:21 -0200)
committerMarcel Rodrigues <marcelgmr@gmail.com>
Tue, 15 Dec 2015 21:21:49 +0000 (15 19:21 -0200)
tree296d0b06ff32e13ad5c21ca6adcdd730d09e5c9d
parente2a579f8ac2e4f79d90c67a8df621e645efa61e6
Don't recurse into symlinked directories.

Symbolic  links to directories  must not be followed  during
batch operations, otherwise we end up copying/moving/deleting
the directory  contents instead of the symbolic  link itself.
rover.c