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 99a7fa7 commit 9c94cfcCopy full SHA for 9c94cfc
tools/setup-unit
@@ -14,7 +14,7 @@ Your version of bash(1) isn't supported by this script. You're probably
14
running on macOS. We recommend that you either install a newer version
15
of bash(1) or run this script with another shell, such as zsh(1):
16
17
- $ zsh ${SUDO_USER:+sudo }$0 ...
+ $ ${SUDO_USER:+sudo }zsh $0 ...
18
__EOF__
19
exit 1;
20
fi;
0 commit comments