Skip to content

Commit e2dd361

Browse files
committed
Tools: fixed quoting for apostrophe in setup-unit.
1 parent 4409a10 commit e2dd361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/setup-unit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
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.';
12+
>&2 echo "Your version of bash(1) isn't supported by this script.";
1313
>&2 echo "You're probably running on macOS. We recommend that you either";
1414
>&2 echo 'install a newer version of bash(1) or run this script with';
1515
>&2 echo 'another shell, such as zsh(1):';

0 commit comments

Comments
 (0)