From 9c94cfccd58bbd78e5eac9d861dceb7c5fa9a6b7 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Fri, 16 Dec 2022 15:14:35 +0100 Subject: Tools: Fixed bug in help message. 'sudo' was misplaced. Signed-off-by: Alejandro Colomar --- tools/setup-unit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup-unit b/tools/setup-unit index 52ed6ede..f96bd499 100755 --- a/tools/setup-unit +++ b/tools/setup-unit @@ -14,7 +14,7 @@ Your version of bash(1) isn't supported by this script. You're probably running on macOS. We recommend that you either install a newer version of bash(1) or run this script with another shell, such as zsh(1): - $ zsh ${SUDO_USER:+sudo }$0 ... + $ ${SUDO_USER:+sudo }zsh $0 ... __EOF__ exit 1; fi; -- cgit