-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--equal does not work on files in hidden folders #233
Comments
For now |
I'm just thinking out loud here: if all that's necessary is to compare two individual files, wouldn't it be simpler and cleaner for |
Sure, I'd love to outsource this work to some other tool. 😄 The reason why I changed that: Regarding the problem I saw yesterday: I forgot that So, if there is an entry with a duplicate directory in the shell script, it should be really completely equal. Thus using Some specialties like |
I've just compiled from 6bd739b on the develop branch, and the problem is still there. I should have also mentioned before that using
|
Ah, thanks for testing. Then my shot-in-the-blue-fix did not work out. |
This should be fixed as of 7d9a216. |
Thanks, this particular case appears to be fixed, but now see #234! 😄 |
I added some special safety net for some special corner cases in 187d7b5. This should round this issue up since special cases like If there are no complaints by tomorrow, I'll close this issue tomorrow. |
This causes problems, for example, if you use
rmlint --hidden
and thenrmlint.sh -p
.The text was updated successfully, but these errors were encountered: