diff options
Diffstat (limited to 'tools/setup-unit')
-rwxr-xr-x | tools/setup-unit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setup-unit b/tools/setup-unit index 79dab850..6c1aec63 100755 --- a/tools/setup-unit +++ b/tools/setup-unit @@ -9,7 +9,7 @@ if test -n ${BASH_VERSION} && test "${BASH_VERSINFO[0]}" -eq 3; then - >&2 echo 'Your version of bash(1) isn't supported by this script.'; + >&2 echo "Your version of bash(1) isn't supported by this script."; >&2 echo "You're probably running on macOS. We recommend that you either"; >&2 echo 'install a newer version of bash(1) or run this script with'; >&2 echo 'another shell, such as zsh(1):'; |