Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install.sh: use
printf
to print post-install instructions
In Fish shell, parentheses are for command substitution, so the parenthesised subshell used for `echo` grouping does not work there. Instead let's use `printf` to print the post-install instructions; it's more portable. Fixes #880.
- Loading branch information