diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-08-13 18:19:59 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-08-13 18:19:59 +1200 |
commit | 80da2ff8c921b7529ffec70ed53004639335b7d6 (patch) | |
tree | 11e5612f39341f316bd54a31741c291d7b2ca3b9 /sh/profile.d/keychain.sh | |
parent | Reset BROWSER in tmux environment (diff) | |
download | dotfiles-80da2ff8c921b7529ffec70ed53004639335b7d6.tar.gz dotfiles-80da2ff8c921b7529ffec70ed53004639335b7d6.zip |
Avoid whichcraft
Diffstat (limited to 'sh/profile.d/keychain.sh')
-rw-r--r-- | sh/profile.d/keychain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile.d/keychain.sh b/sh/profile.d/keychain.sh index a3659c60..711c8286 100644 --- a/sh/profile.d/keychain.sh +++ b/sh/profile.d/keychain.sh @@ -1,6 +1,6 @@ # ssh-askpass setup if command -v ssh-askpass >/dev/null 2>&1; then - SSH_ASKPASS="$(which ssh-askpass)" + SSH_ASKPASS="$(command -v ssh-askpass)" export SSH_ASKPASS fi |