We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4409a10 commit e2dd361Copy full SHA for e2dd361
tools/setup-unit
@@ -9,7 +9,7 @@
9
10
11
if test -n ${BASH_VERSION} && test "${BASH_VERSINFO[0]}" -eq 3; then
12
- >&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.";
13
>&2 echo "You're probably running on macOS. We recommend that you either";
14
>&2 echo 'install a newer version of bash(1) or run this script with';
15
>&2 echo 'another shell, such as zsh(1):';
0 commit comments