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

show-utils.sh: fix jq query to get coreutils deps #6300

Merged
merged 1 commit into from
May 4, 2024

Commits on May 4, 2024

  1. show-utils.sh: fix jq query to get coreutils deps

    In jq query, the correct regex to select .id is ".*coreutils[ |@]\\d+\\.\\d+\\.\\d+"
    
    - with cargo v1.76, id = "coreutils 0.0.26 (path+file://<coreutils local directory>)"
    - with cargo v1.77, id = "path+file://<coreutils local directory>#[email protected]"
    
    Fix uutils#6242
    
    Signed-off-by: Laurent Cheylus <[email protected]>
    lcheylus committed May 4, 2024
    Configuration menu
    Copy the full SHA
    d358fec View commit details
    Browse the repository at this point in the history