From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 13 May 2012 20:57:47 +0200 Subject: [U-Boot] [PATCH 2/2] beagle: handle import of environments in files with CRLF as line endings In-Reply-To: <20120513184935.50B45202B33@gemini.denx.de> References: <1336913407-7383-1-git-send-email-holler@ahsoftware.de> <201205131909.49488.marek.vasut@gmail.com> <20120513184935.50B45202B33@gemini.denx.de> Message-ID: <201205132057.47247.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 <201205131909.49488.marek.vasut@gmail.com> you wrote: > > > - "env import -t $loadaddr $filesize\0" \ > > > + "env import -t -r $loadaddr $filesize\0" \ > > > > Not everyone importing env on beagle use broken tools ;-) > > 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? :-) > As I mentionewd a coule of times before, I am seriously tempted to > ignore this "problem". Can't the wincrap people be taught to use cygwin? Or possibly some Windows (R) (C)(TM)(???) rebuilt version of tr -d '\r' ? > On the other hand, we usually say we accept code if it helps some, and > doesn't hurt others. As is, the increase of code size is hurting. > > Best regards, > > Wolfgang Denk Best regards, Marek Vasut