mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 19:40:07 +00:00
On macOS (BSD find), -maxdepth must be placed before -name to work correctly. When placed after, it was ignored causing find to scan the entire home directory indefinitely on large directories. Fixes #463