[Secure-testing-commits] r1769 - bin
Joey Hess
joeyh at costa.debian.org
Thu Sep 1 19:58:54 UTC 2005
Author: joeyh
Date: 2005-09-01 19:58:54 +0000 (Thu, 01 Sep 2005)
New Revision: 1769
Modified:
bin/checklist
Log:
another bug caught by strict
Modified: bin/checklist
===================================================================
--- bin/checklist 2005-09-01 19:37:48 UTC (rev 1768)
+++ bin/checklist 2005-09-01 19:58:54 UTC (rev 1769)
@@ -261,7 +261,7 @@
my $haveversion;
foreach my $line (@dctrl) {
- chomp;
+ chomp $line;
if ($line=~/Package:\s*(\S+)/) {
$package=$1;
$haveversion="0";
More information about the Secure-testing-commits
mailing list