Skip to content

Commit

Permalink
yes, shellcheck, I'll printf with %s
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x authored Aug 23, 2024
1 parent 9c40c3c commit ebac5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ani-cli
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ dep_ch() {
}

where_iina() {
[ -n "$ANI_CLI_PLAYER" ] && printf "$ANI_CLI_PLAYER" && return 0
[ -n "$ANI_CLI_PLAYER" ] && printf "%s" "$ANI_CLI_PLAYER" && return 0
command -v iina >/dev/null && printf "iina" && return 0
[ -e "/Applications/IINA.app/Contents/MacOS/iina-cli" ] && echo "/Applications/IINA.app/Contents/MacOS/iina-cli" && return 0
dep_ch iina # exit with formating
Expand Down

0 comments on commit ebac5fd

Please sign in to comment.