From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Sat, 12 May 2012 16:50:38 +0200 Subject: [U-Boot] [PATCH] Ignore all Carriage Returns when importing an environment. In-Reply-To: <201205121646.10020.marex@denx.de> References: <1336720486-7424-1-git-send-email-holler@ahsoftware.de> <201205120817.33059.marex@denx.de> <4FAE72CE.3020201@ahsoftware.de> <201205121646.10020.marex@denx.de> Message-ID: <4FAE78BE.3090302@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 12.05.2012 16:46, schrieb Marek Vasut: > Dear Alexander Holler, > >> Am 12.05.2012 08:17, schrieb Marek Vasut: >>> Dear Alexander Holler, >>> >>>> This is used for compatibility with text files which are >>>> using CRLF instead of LF as the end of a line. >>>> >>>> Signed-off-by: Alexander Holler >>> >>> Why don't you run the file trough dos2unix or tr -d '\r' ? >> >> Because my files don't contain CRs. ;) > > s/you/someone else/ :) Try to explain a windows user that a text file should not contain carriage returns and how he can achieve that. You'll do it once, maybe twice, than you will surrender. ;) Regards, Alexander