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

Make latest version detection portable #682

Merged
merged 1 commit into from Jan 1, 2024

Commits on Jan 1, 2024

  1. Make latest version detection portable

    This is currently broken on FreeBSD do to the usage of GNU-grep specific
    grep(1) flag: `-P`.
    
    We can use a single sed(1) command with an extended regular expression
    to achieve the same goal, so use this instead.
    smortex committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    0d580e0 View commit details
    Browse the repository at this point in the history