From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 13 May 2012 21:45:19 +0200 Subject: [U-Boot] [PATCH 2/2] beagle: handle import of environments in files with CRLF as line endings In-Reply-To: <20120513192620.00C98202B33@gemini.denx.de> References: <1336913407-7383-1-git-send-email-holler@ahsoftware.de> <201205132057.47247.marex@denx.de> <20120513192620.00C98202B33@gemini.denx.de> Message-ID: <201205132145.19997.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201205132057.47247.marex@denx.de> you wrote: > > > It's not a problem of using broken tools - the problem is of ignorant > > > people _not_ using decade old, working tools like dos2unix if they > > > need them. > > > > tr -d '\r' won't work? :-) > > Not as well - it will delete _all_ ocurrences of \r, which is more > than just changing "\r\n" into "\n" (which still may be wrong in some > cases). > > But yes, TIMTOWTDI. What's this NLA (or 9LA) ? :) > > > Can't the wincrap people be taught to use cygwin? Or possibly some > > Windows (R) (C)(TM)(???) rebuilt version of tr -d '\r' ? > > Do you care? Well Alexander does, so I'm trying to find a fitting solution for both parties (uboot and him). > > Best regards, > > Wolfgang Denk Best regards, Marek Vasut