Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Reviewed-by: Tino Reichardt <[email protected]> Reviewed-by: Allan Jude <[email protected]> Reviewed-by: Mateusz Piotrowski <[email protected]> Signed-off-by: Rob Norris <[email protected]> Closes openzfs#16423
- Loading branch information