From owner-freebsd-current@FreeBSD.ORG Sun Feb 13 22:04:41 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D02E16A4CE for ; Sun, 13 Feb 2005 22:04:41 +0000 (GMT) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F4C43D55 for ; Sun, 13 Feb 2005 22:04:41 +0000 (GMT) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (andy@localhost [127.0.0.1]) j1DM4dcY085169 for ; Sun, 13 Feb 2005 17:04:39 -0500 (EST) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)j1DM4dIS085166 for ; Sun, 13 Feb 2005 17:04:39 -0500 (EST) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Sun, 13 Feb 2005 17:04:39 -0500 (EST) From: Andre Guibert de Bruet To: current@freebsd.org In-Reply-To: <20050213000827.L90452@alpha.siliconlandmark.com> Message-ID: <20050213170318.I90452@alpha.siliconlandmark.com> References: <20050213000827.L90452@alpha.siliconlandmark.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean Subject: Re: [PATCH] grep directory loop reporting outputs extra newline X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 22:04:41 -0000 This issue has been filed as bin/77466. | Andre Guibert de Bruet | Enterprise Software Consultant > | Silicon Landmark, LLC. | http://siliconlandmark.com/ > On Sun, 13 Feb 2005, Andre Guibert de Bruet wrote: > I noticed a simple output regression between 4.10 and CURRENT wrt grep's > output when it encounters a recursive directory loop. CURRENT puts an extra > new-line when such a path is found. This adds complexity to scripts that rely > on the traditional way of doing things. > > The patch attached to this email can also be found at: > http://bling.properkernel.com/freebsd/grep.recursive.patch > > Could this be committed?