mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Fix misinterpretaion of -- in printf
This commit is contained in:
parent
b7237ba897
commit
6c52936202
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ check_optional_args() {
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
--batch)
|
--batch)
|
||||||
LAUNCH_ZSH_AFTER=0
|
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"
|
printf "${YELLOW}Unrecognized argument: ${BLUE}${arg}${NORMAL}\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue