summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-05-10 05:08:52 +0200
committerGuillem Jover <guillem@debian.org>2015-05-18 01:22:20 +0200
commite2047c6fae9dec683013e814ece7b13a96cdce37 (patch)
treefe5282e4eb14ac2499497f894b18bc74866d1a36 /scripts/Dpkg/Control
parent369b8aa9127069f2569eb8ac27b50b42c3a141ac (diff)
downloaddpkg-e2047c6fae9dec683013e814ece7b13a96cdce37.tar.gz
Dpkg::Control::HashCore: Use proper quotes
Reverts partial regression introduced with cherry pick in commit aea291e3db1ac0414dcf005a0a607e78bdd77a5e.
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r--scripts/Dpkg/Control/HashCore.pm2
1 files changed, 1 insertions, 1 deletions
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>) {