From e2dd3610f372f8e803a841271a31b54e43a63dfb Mon Sep 17 00:00:00 2001 From: Liam Crilly Date: Fri, 16 Dec 2022 12:46:35 +0000 Subject: [PATCH] Tools: fixed quoting for apostrophe in setup-unit. --- tools/setup-unit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):';