From 0cb0e7eb3a4426a10a5fef9fc639cc956c9e0c42 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 27 May 2014 17:03:15 +1200 Subject: Correct comment about unused TTY var --- bash/bashrc.d/keychain.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3