X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/e4677c6bc5c3de5dc9092e4a7636d0587c5353c1..ce09f45ef5dbfb9395c1ac710955e5ab4c67920a:/bin/pinentry diff --git a/bin/pinentry b/bin/pinentry index 16c2144..39349d5 100755 --- a/bin/pinentry +++ b/bin/pinentry @@ -11,7 +11,7 @@ case "${PINENTRY_USER_DATA-}" in esac for x in $list; do - p=$(which "pinentry-$x") + p=$(command -v "pinentry-$x") if [ $? = 0 ]; then exec "$p" "$@" fi