aboutsummaryrefslogtreecommitdiff
path: root/pdksh/pdkshrc.d/keychain.pdksh
diff options
context:
space:
mode:
Diffstat (limited to 'pdksh/pdkshrc.d/keychain.pdksh')
-rw-r--r--pdksh/pdkshrc.d/keychain.pdksh4
1 files changed, 0 insertions, 4 deletions
diff --git a/pdksh/pdkshrc.d/keychain.pdksh b/pdksh/pdkshrc.d/keychain.pdksh
deleted file mode 100644
index 40fe5d71..00000000
--- a/pdksh/pdkshrc.d/keychain.pdksh
+++ /dev/null
@@ -1,4 +0,0 @@
-# If GPG_TTY is set, update it
-if [[ -n $GPG_TTY ]] ; then
- GPG_TTY=$(tty)
-fi