aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/keychain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/keychain.sh')
-rw-r--r--sh/profile.d/keychain.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/profile.d/keychain.sh b/sh/profile.d/keychain.sh
index 3b7b5456..43d81781 100644
--- a/sh/profile.d/keychain.sh
+++ b/sh/profile.d/keychain.sh
@@ -1,6 +1,7 @@
# Keychain
if command -v ssh-askpass >/dev/null; then
- export SSH_ASKPASS=`which ssh-askpass`
+ SSH_ASKPASS=`which ssh-askpass`
+ export SSH_ASKPASS
fi
if command -v keychain >/dev/null; then
eval `keychain --eval --ignore-missing --quiet id_dsa id_rsa id_ecsda`