summary refs log tree commit diff stats
path: root/bin
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-04-23 17:30:21 -0400
committerBen Morrison <ben@gbmor.dev>2020-04-25 00:40:42 -0400
commit578878f57bd1db44c6c5e22dbda0de486c389266 (patch)
treea1d4983cba4b2dab620022728b4f1103bd36a508 /bin
parent2f367902807d982a396414bac3f24d640dc15847 (diff)
downloaddogfiles-578878f57bd1db44c6c5e22dbda0de486c389266.tar.gz
minor changes to launch of gpg-agent
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gk b/bin/gk
index f0886f6..c801a45 100755
--- a/bin/gk
+++ b/bin/gk
@@ -1,7 +1,7 @@
 #!/bin/sh
 pkill gpg-agent
 
-export GPG_TTY="$(tty)"
+export GPG_TTY=$(tty)
 export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
 gpg-connect-agent updatestartuptty /bye