From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OR3SC-0000MR-V8 for mharc-grub-devel@gnu.org; Tue, 22 Jun 2010 09:23:52 -0400 Received: from [140.186.70.92] (port=52089 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQmgS-0007xE-Mw for grub-devel@gnu.org; Mon, 21 Jun 2010 15:29:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQmgR-0001Cs-6b for grub-devel@gnu.org; Mon, 21 Jun 2010 15:29:28 -0400 Received: from relay2-v.mail.gandi.net ([217.70.178.76]:38604 helo=mrelay2-v.mgt.gandi.net) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQmgR-0001Cg-1f for grub-devel@gnu.org; Mon, 21 Jun 2010 15:29:27 -0400 X-Originating-IP: 217.70.178.38 Received: from mfilter4-v.gandi.net (mfilter4-v.gandi.net [217.70.178.38]) by mrelay2-v.mgt.gandi.net (Postfix) with ESMTP id 6D5ED135DD; Mon, 21 Jun 2010 21:29:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter4-v.gandi.net Received: from mrelay2-v.mgt.gandi.net ([217.70.178.76]) by mfilter4-v.gandi.net (mfilter4-v.gandi.net [217.70.178.38]) (amavisd-new, port 10024) with ESMTP id 5q+gGTtTsOsH; Mon, 21 Jun 2010 21:29:24 +0200 (CEST) X-Originating-IP: 74.107.143.84 Received: from feather (pool-74-107-143-84.ptldor.fios.verizon.net [74.107.143.84]) (Authenticated sender: josh@joshtriplett.org) by mrelay2-v.mgt.gandi.net (Postfix) with ESMTPSA id 041AC135D9; Mon, 21 Jun 2010 21:29:22 +0200 (CEST) Date: Mon, 21 Jun 2010 12:29:18 -0700 From: Josh Triplett To: Colin Watson Message-ID: <20100621192915.GA5907@feather> References: <20100618183408.12015.77315.reportbug@feather> <20100620221937.GS12396@riva.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100620221937.GS12396@riva.ucam.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Tue, 22 Jun 2010 09:23:52 -0400 Cc: 586358-forwarded@bugs.debian.org, grub-devel@gnu.org Subject: Re: Bug#586358: grub-pc: Please handle DOS line endings in "cat" X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2010 19:29:29 -0000 On Sun, Jun 20, 2010 at 11:19:37PM +0100, Colin Watson wrote: > On Fri, Jun 18, 2010 at 11:34:08AM -0700, Josh Triplett wrote: > > The "cat" command, if given a file with DOS line endings, will show the > > \r at the end of every line as a control character. For convenience, > > please consider adding support for this in "cat", ideally automatically. > > Makes sense to me. grub-devel, how about this patch? > > 2010-06-20 Colin Watson > > * commands/cat.c (grub_cmd_cat): Print DOS "\r\n" line endings as > simple newlines. > [...] Thanks! - Josh Triplett