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