]> git.sev.monster Git - dotfiles.git/blobdiff - bin/pinentry
update zsh, X, gpg config; add ssh config, gpg bin
[dotfiles.git] / bin / pinentry
index 52fd48ae9f65af9dc70ae16bd37748bc43fcb45b..3101bc6d6cbc85813264ae08e8f610611655027b 100755 (executable)
@@ -11,7 +11,7 @@ case "${PINENTRY_USER_DATA-}" in
 esac
 
 for x in $list; do
-       p=which "pinentry-$x" 2>/dev/null
+       p=`which "pinentry-$x"` 2>/dev/null
        if [ $? = 0 ]; then
                exec "$p" "$@"
        fi
This page took 0.04294 seconds and 4 git commands to generate.