aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-13 18:19:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-13 18:19:59 +1200
commit80da2ff8c921b7529ffec70ed53004639335b7d6 (patch)
tree11e5612f39341f316bd54a31741c291d7b2ca3b9 /sh
parentReset BROWSER in tmux environment (diff)
downloaddotfiles-80da2ff8c921b7529ffec70ed53004639335b7d6.tar.gz
dotfiles-80da2ff8c921b7529ffec70ed53004639335b7d6.zip
Avoid whichcraft
Diffstat (limited to 'sh')
-rw-r--r--sh/profile.d/keychain.sh2
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