Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Keep looping for parent inodes in the current directory
The tricky dirname util doesn't give the parent directory when the argument is the current directory ('.'). This resulted in infinite loops if the current directory happened to be scanned. Could happen with partially incorrect configurations.
- Loading branch information