mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 20:41:15 -03:00
To allow paths with spaces, give a shell-quoted path to hyperfine. We could make this a bit shorter by quoting as early as possible, like FISH_PATH=$(quote "$1") and then use $FISH_PATH unquoted. I discarded that idea because it probably looks surprising. Closes #8559