X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/457e890cb0178f4d79bcc899cc19ca3b666c4006..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