X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/e4677c6bc5c3de5dc9092e4a7636d0587c5353c1..b341b38a107b96c224f85caa7487b7a26ffae280:/bin/pinentry?ds=sidebyside 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