Tools: fixed quoting for apostrophe in setup-unit.

This commit is contained in:
Liam Crilly
2022-12-16 12:46:35 +00:00
parent 4409a10ff0
commit e2dd3610f3

View File

@@ -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):';