tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit c436b76a85150f260d13e17782f3a98636e6b8ac
parent 3103787e5e8ee6975e7391b5de213681aa88b215
Author: Jaromil <jaromil@dyne.org>
Date:   Sun, 21 Dec 2014 21:51:15 +0100

typo fix for gpg 1.4.11 affecting mint 13 and ubuntu 12, closes #175

Diffstat:
Mtomb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tomb b/tomb @@ -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