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

This commit is contained in:
Jaromil 2014-12-21 21:51:15 +01:00
parent 3103787e5e
commit c436b76a85

2
tomb
View File

@ -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