Skip to content

Fix the removal of symlinked directories

Guido Berhörster requested to merge personal/gberh/fix-symlink-removal into main

Before rmtree recursed into symlinked directories and removed their contents as well with catastrophic consequences in case symlinks pointed outside the click root directory. Check for a symlink and unlink it instead of recursing into it.

This fixes #20.

Merge request reports