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: check find binary supports the -iname parameter #10308

Merged
merged 4 commits into from Jul 24, 2020

Commits on Jul 24, 2020

  1. Check find binary supports the -iname parameter

    The `-iname` parameter is a non-POSIX extension and may not be supported
    by a POSIX compliant find binary. Add a check that the parameter is
    supported when determining whether to use the native find binary.
    richardlau committed Jul 24, 2020
    Copy the full SHA
    92e3dd7 View commit details
    Browse the repository at this point in the history
  2. Remove use of which module

    richardlau committed Jul 24, 2020
    Copy the full SHA
    b3b6cdd View commit details
    Browse the repository at this point in the history
  3. Allow Windows to use compatible native find binary

    Enable detection of a compatible find binary on Windows. Fix tests
    so that they run and pass on Windows.
    richardlau committed Jul 24, 2020
    Copy the full SHA
    6e1dd00 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    SimenB committed Jul 24, 2020
    Copy the full SHA
    41436be View commit details
    Browse the repository at this point in the history