mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03:00
`-v` is a non-standard GNU-only extension to `awk`, its usage in the generation of the fish.pc script breaks on non-GNU platforms (such as FreeBSD and presumably macOS). Using `sed` with only standard posix commands instead.