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

Support BSD sed and older bash in test rule. #112

Merged

Commits on Nov 9, 2021

  1. Support BSD sed and older bash in test rule.

    BSD sed (as shipped with MacOS) does not support `+` nor `\+` in regular expressions.
    However it does support `\{1,\}` which does the same thing and is also supported by GNU sed.
    
    Moreover, bash 3.2 (as shipped with MacOS) does not seem to support `source <(...)`, it seems to just do nothing.
    Using plain eval seems to do the trick though.
    porridge committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d2f5119 View commit details
    Browse the repository at this point in the history