diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2014-05-27 17:03:15 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2014-05-27 17:03:15 +1200 |
commit | 0cb0e7eb3a4426a10a5fef9fc639cc956c9e0c42 (patch) | |
tree | ea091bd7fa47336f72a3b90f7875bb649fc3639b | |
parent | Use consistent form of version checks (diff) | |
download | dotfiles-0cb0e7eb3a4426a10a5fef9fc639cc956c9e0c42.tar.gz dotfiles-0cb0e7eb3a4426a10a5fef9fc639cc956c9e0c42.zip |
Correct comment about unused TTY var
-rw-r--r-- | bash/bashrc.d/keychain.bash | 2 |
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 |