diff options
author | Guillem Jover <guillem@debian.org> | 2015-02-17 01:19:08 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-03-31 07:08:34 +0200 |
commit | 453132199086db399401668a2c572b32c9f71717 (patch) | |
tree | eef3934001e6006d6469b78fa34962d1d45565a5 /scripts/Dpkg/Control | |
parent | c6d00a09743e4fa4d531a341f0113c43a2669972 (diff) | |
download | dpkg-453132199086db399401668a2c572b32c9f71717.tar.gz |
Expand EOF and eof into "end of file" in error messages
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r-- | scripts/Dpkg/Control/HashCore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index 05aaa55a8..d55842483 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -238,7 +238,7 @@ sub parse { $_ = <$fh> while defined && m/^\s*$/; unless (length) { $self->parse_error($desc, g_('expected OpenPGP signature, ' . - 'found EOF after blank line')); + 'found end of file after blank line')); } s/\s*\n$//; unless (m/^-----BEGIN PGP SIGNATURE-----$/) { |