From: Don Armstrong Date: Wed, 20 Feb 2008 09:46:09 +0000 (-0800) Subject: * Add missing define($data->{done}) check X-Git-Tag: release/2.6.0~499^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6b72b44d4030cb1959b9a689750473e9c00d5070;p=debbugs.git * Add missing define($data->{done}) check --- diff --git a/scripts/process.in b/scripts/process.in index 83d9667a..29dac8ab 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -290,7 +290,7 @@ if ($codeletter eq 'D' || $codeletter eq 'F') $generalcc=''; } } else { # Done - if (length($data->{done}) and + if (defined $data->{done} and length($data->{done}) and not defined $pheader{'source-version'} and not defined $pheader{'version'}) { &appendlog;