From 478aeb919683b2d4cd73a4aabeccc262535ea373 Mon Sep 17 00:00:00 2001 From: Markus Braun Date: Sun, 5 Oct 2008 20:41:52 +0000 Subject: [PATCH] Correctly use backticks for determining the tty --- plugin/gnupg.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/gnupg.vim b/plugin/gnupg.vim index f65af90..55b02ff 100644 --- a/plugin/gnupg.vim +++ b/plugin/gnupg.vim @@ -27,7 +27,7 @@ " You should always add the following lines to your .bashrc or whatever " initialization file is used for all shell invocations: " -" GPG_TTY=‘tty‘ +" GPG_TTY=`tty` " export GPG_TTY " " It is important that this environment variable always reflects the out‐