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

contrib: bash_completion.d: force zpool symlink recreation #16423

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. contrib: bash_completion.d: force zpool symlink recreation

    ln will fail if the target already exists, which causes make to bail
    out. Adding -f makes it more "compiler-like", overwriting the target
    instead.
    
    Sponsored-by: Klara, Inc.
    Sponsored-by: Wasabi Technology, Inc.
    Signed-off-by: Rob Norris <rob.norris@klarasystems.com>
    robn committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a9dd2cc View commit details
    Browse the repository at this point in the history