Skip to content

SystemTools: Fix FileIsSymlink with Windows data deduplication

Tobias Kloss requested to merge klossto/kwsys:SystemTools-windows-dedup into master

On Windows machines with enabled data deduplication files duplicates are incorrectly recognized as symlinks and therefore install fails with "file COPY cannot read symlink".

Similar issues can be found here:

From the later fix this commit is mainly influenced.

Edited by Brad King

Merge request reports