]> git.sev.monster Git - dotfiles.git/blobdiff - bin/pinentry
zshrc: add typo aliases for `cd ..' and `ga .'
[dotfiles.git] / bin / pinentry
index 16c214494109f7309783055786af6abc95695441..39349d58b9f26509a6eaad6dab622cf2f49eb25c 100755 (executable)
@@ -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
This page took 0.038681 seconds and 4 git commands to generate.