summaryrefslogtreecommitdiffstats
path: root/contrib/gpg.rc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-12-11 09:33:57 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-12-11 09:33:57 +0000
commit58556291a6b6be62396a58a74996bee58b8264f4 (patch)
treefb8a2507c6aa14d673d6ebf3d1b897c90b7e12c4 /contrib/gpg.rc
parent4ce956885325791093d65fefd1427f5b45b73ad0 (diff)
Remove an unnecessary \-quoting.
Diffstat (limited to 'contrib/gpg.rc')
-rw-r--r--contrib/gpg.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gpg.rc b/contrib/gpg.rc
index 7770cd07..7a652075 100644
--- a/contrib/gpg.rc
+++ b/contrib/gpg.rc
@@ -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 '"'`"