ttypo fix for gpg 1.4.11 affecting mint 13 and ubuntu 12, closes #175 - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c436b76a85150f260d13e17782f3a98636e6b8ac
DIR parent 3103787e5e8ee6975e7391b5de213681aa88b215
HTML Author: Jaromil <jaromil@dyne.org>
Date: Sun, 21 Dec 2014 21:51:15 +0100
ttypo fix for gpg 1.4.11 affecting mint 13 and ubuntu 12, closes #175
Diffstat:
M tomb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/tomb b/tomb
t@@ -879,7 +879,7 @@ gpg_decrypt() {
_verbose "GnuPG is version 1.4.11 - adopting status fix."
TOMBSECRET=`print - "$gpgpass" | \
- gpg --batch --passphrase-fd 0 --no-tty --no-options"`
+ gpg --batch --passphrase-fd 0 --no-tty --no-options`
ret=$?
unset gpgpass