aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-05-27 17:03:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-05-27 17:03:15 +1200
commit0cb0e7eb3a4426a10a5fef9fc639cc956c9e0c42 (patch)
treeea091bd7fa47336f72a3b90f7875bb649fc3639b /bash
parentUse consistent form of version checks (diff)
downloaddotfiles-0cb0e7eb3a4426a10a5fef9fc639cc956c9e0c42.tar.gz
dotfiles-0cb0e7eb3a4426a10a5fef9fc639cc956c9e0c42.zip
Correct comment about unused TTY var
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/keychain.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/keychain.bash b/bash/bashrc.d/keychain.bash
index 39fe8536..eae40bbc 100644
--- a/bash/bashrc.d/keychain.bash
+++ b/bash/bashrc.d/keychain.bash
@@ -1,4 +1,4 @@
-# If TTY/GPG_TTY are set, update them
+# If GPG_TTY is set, update it
if [[ $GPG_TTY ]] ; then
GPG_TTY=$(tty)
fi