From owner-cvs-all Wed Nov 14 5:23:32 2001 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id EADAD37B405; Wed, 14 Nov 2001 05:23:27 -0800 (PST) Received: by heechee.tobez.org (Postfix, from userid 1001) id EE3C25411; Wed, 14 Nov 2001 14:23:19 +0100 (CET) Date: Wed, 14 Nov 2001 14:23:19 +0100 From: Anton Berezin To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT log_accum.pl Message-ID: <20011114142319.B79325@heechee.tobez.org> References: <200111132232.fADMWEm35517@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111132232.fADMWEm35517@freefall.freebsd.org>; from joe@FreeBSD.org on Tue, Nov 13, 2001 at 02:32:14PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Nov 13, 2001 at 02:32:14PM -0800, Josef Karthauser wrote: > joe 2001/11/13 14:32:14 PST > > Modified files: > . log_accum.pl > Log: > Clean up some syntax for clarity. - last if $#text == -1; - last if join(" ", @log_lines) eq join(" ", @text); + last if @text; + last if "@log_lines" eq "@text"; Should not this be: last unless @text; last if "@log_lines" eq "@text"; =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message