From e2047c6fae9dec683013e814ece7b13a96cdce37 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 10 May 2015 05:08:52 +0200 Subject: Dpkg::Control::HashCore: Use proper quotes Reverts partial regression introduced with cherry pick in commit aea291e3db1ac0414dcf005a0a607e78bdd77a5e. --- scripts/Dpkg/Control/HashCore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Dpkg/Control/HashCore.pm') diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index 4162ad95f..9e9da2024 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -247,7 +247,7 @@ sub parse { chomp; unless (m/^-----BEGIN PGP SIGNATURE-----[\r\t ]*$/) { $self->parse_error($desc, g_('expected OpenPGP signature, ' . - "found something else \`%s'"), $_); + "found something else '%s'"), $_); } # Skip OpenPGP signature while (<$fh>) { -- cgit v1.2.3