Skip to content

Commit 9c94cfc

Browse files
Tools: Fixed bug in help message.
'sudo' was misplaced. Signed-off-by: Alejandro Colomar <[email protected]>
1 parent 99a7fa7 commit 9c94cfc

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
@@ -14,7 +14,7 @@ Your version of bash(1) isn't supported by this script. You're probably
1414
running on macOS. We recommend that you either install a newer version
1515
of bash(1) or run this script with another shell, such as zsh(1):
1616
17-
$ zsh ${SUDO_USER:+sudo }$0 ...
17+
$ ${SUDO_USER:+sudo }zsh $0 ...
1818
__EOF__
1919
exit 1;
2020
fi;

0 commit comments

Comments
 (0)