Skip to content
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

Fix is_older_than_x_days: use find instead of stat #481

Merged

Commits on Oct 22, 2023

  1. Fix is_older_than_x_days: use find instead of stat

    Only relevant in case the lock file is present, but still...
    
    This was tested in:
    
    * macOS - 13.5.1
    * Ubuntu - 22.04.3
    
    I didn't test on FreeBSD (couldn't find an easy way to run it) but
    according to what I read in the `find` manual this solution should
    be working
    paulo-ferraz-oliveira committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    90ec488 View commit details
    Browse the repository at this point in the history