From: Wichert Akkerman Date: Thu, 9 May 2002 14:17:03 +0000 (+0000) Subject: And now properly fix that syntax error X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034409670a48d9b46fa4beefc6acf52886467877;p=dpkg And now properly fix that syntax error --- diff --git a/scripts/controllib.pl b/scripts/controllib.pl index 81b16507..7b70e75a 100755 --- a/scripts/controllib.pl +++ b/scripts/controllib.pl @@ -181,7 +181,7 @@ sub parsecdata { $index=''; $cf=''; $paraborder=1; while () { s/\s*\n$//; - if (m/^$/ and $paraborder) next; + next if (m/^$/ and $paraborder); $paraborder=0; if (m/^(\S+)\s*:\s*(.*)$/) { $cf=$1; $v=$2;