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 gawk-ism in Makefile #1831

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Commits on Sep 5, 2024

  1. Fix gawk-ism in Makefile

    The awk script used to extract htscodec's version string (if
    git describe fails or returns a hash) used a three-argument
    form of "match", which is a GNU extension.  Rewrite for
    better compatibility with other awk implementations,
    notably "mawk", which supplies awk in some Cirrus-CI images.
    
    Also fix the cirrus-ci badge, which linked to the wrong location.
    daviesrob committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5ce31e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    fd7d782 View commit details
    Browse the repository at this point in the history