fix: variables d'environnement pour gpg (et donc pass)

upgrade-16.09
Jean-Pierre PRUNARET 9 years ago
parent 9e8d3b24b3
commit 2982725e0b

@ -16,3 +16,8 @@ case "$TERM" in
xterm) TERM=xterm-256color;; xterm) TERM=xterm-256color;;
screen) TERM=screen-256color;; screen) TERM=screen-256color;;
esac esac
# info gnupg, invocate gpg agent
GPG_TTY=$(tty)
export GPG_TTY

Loading…
Cancel
Save