diff --git a/tools/install.sh b/tools/install.sh index 348fcfc8..5c1a0a2e 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -34,7 +34,7 @@ check_optional_args() { case "$arg" in --batch) LAUNCH_ZSH_AFTER=0 - printf "${BLUE}--batch:${NORMAL} zsh will not be started after installation\n" + printf "%s\n" "${BLUE}--batch:${NORMAL} zsh will not be started after installation" ;; *) printf "${YELLOW}Unrecognized argument: ${BLUE}${arg}${NORMAL}\n"