From 070ad923bfb9053d9d930987a2af092e4f2cb896 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 13 Nov 1998 03:17:09 +0000 Subject: [PATCH] Previously reset endsection in the wrong place. git-svn-id: svn://10.0.0.236/trunk@14580 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/processbuild.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/tinderbox/processbuild.pl b/mozilla/webtools/tinderbox/processbuild.pl index 3a6ea3b1444..7f7e157c668 100755 --- a/mozilla/webtools/tinderbox/processbuild.pl +++ b/mozilla/webtools/tinderbox/processbuild.pl @@ -27,12 +27,12 @@ umask 0; %MAIL_HEADER = (); $DONE = 0; $building = 0; +$endsection = 0; open( LOG, "<$ARGV[0]") || die "cant open $!"; &parse_mail_header; while ($DONE == 0) { %tbx = (); - $endsection = 0; &get_variables; # run thru if EOF and we haven't hit our section end marker