diff options
Diffstat (limited to 'scripts/Dpkg/Control/HashCore.pm')
-rw-r--r-- | scripts/Dpkg/Control/HashCore.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index 7d13286f8..6c1df0b80 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -186,6 +186,7 @@ sub parse { my $parabody = 0; my $cf; # Current field my $expect_pgp_sig = 0; + local $_; while (<$fh>) { s/\s*\n$//; |