You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then it'll just skip the second copy it finds; this wouldn't be nearly so much of a pain except that it applies the .SKIP patterns after this find() has completed, thereby meaning that SKIPping the symlinks doesn't save us.
Probably same issue as #5 and #6. The proposed solution with follow_skip=>2 looks good to me, is there any known or unknown problem with this solution?
eserte
added a commit
to eserte/bbbike
that referenced
this issue
May 22, 2022
re andk/pause#172
manifind runs File::Find, which might die on recursive symlinks; we should not die.
The text was updated successfully, but these errors were encountered: