From e5a7dff421b7e48e6629f4e89fe1db08bdc4699c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 10 Feb 2014 23:27:39 +1300 Subject: Not sure why I ever set TTY --- sh/profile.d/keychain.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sh') diff --git a/sh/profile.d/keychain.sh b/sh/profile.d/keychain.sh index ae7aa95a..e4733aff 100644 --- a/sh/profile.d/keychain.sh +++ b/sh/profile.d/keychain.sh @@ -11,9 +11,8 @@ if command -v keychain >/dev/null 2>&1; then # Set and export TTY/GPG_TTY for interactive shells if [ -t 0 ]; then - TTY=$(tty) - GPG_TTY=$TTY - export TTY GPG_TTY + GPG_TTY=$(tty) + export GPG_TTY fi fi -- cgit v1.2.3