From 3a9a02b2ed7a6e831e6733d8c386c1f09047ad8e Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 26 May 2011 19:17:03 +0200 Subject: [PATCH] allow empty lines but nothing else Signed-off-by: Joerg Jaspert --- tools/debianqueued-0.9/debianqueued | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index 048276ca..b0898674 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -720,7 +720,7 @@ outer_loop: while () { next; } if ( $pgplines < 1 or $pgplines >= 3 ) { - $extralines++; + $extralines++ if length; next; } if (/^Maintainer:\s*/i) { -- 2.39.2