binpash / try

Inspect a command's effects before modifying your live system
MIT License
5.18k stars 66 forks source link

top level symlink handled incorrectly #139

Closed ezrizhu closed 7 months ago

ezrizhu commented 8 months ago

symlinks in the root is being handled as directories.

ezrizhu commented 8 months ago

this is blocking #138 tests at it’s current stage, however we could workaround it, but better to fix this first…

ezrizhu commented 8 months ago

I’m thinking using -L in the -d to skip it first, then do another loop to add the symlinks after all the dirs are added.