]> granicus.if.org Git - mutt/commitdiff
Remove an unnecessary \-quoting.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 11 Dec 2001 09:33:57 +0000 (09:33 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 11 Dec 2001 09:33:57 +0000 (09:33 +0000)
contrib/gpg.rc

index 7770cd074e344bfdc949dc6efea096ca4455a7f7..7a652075090bc526495573984efbeb0d41b224a1 100644 (file)
@@ -78,5 +78,5 @@ set pgp_list_secring_command="/usr/bin/gpg   --no-verbose --batch --quiet   --wi
 # set pgp_good_sign="^gpg: Good signature from"
 
 # OK, here's a version which uses gnupg's message catalog:
-set pgp_good_sign="`gettext -d gnupg -s 'Good signature from "' | tr -d '\"'`"
+set pgp_good_sign="`gettext -d gnupg -s 'Good signature from "' | tr -d '"'`"