From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Wed, 06 Aug 2014 13:18:55 +0200 Subject: [U-Boot] [PATCH 1/4] Add option -r to env import to allow import of text files with CRLF as line endings In-Reply-To: References: <1405352998-7707-1-git-send-email-holler@ahsoftware.de> <1405352998-7707-2-git-send-email-holler@ahsoftware.de> <20140801120800.9BDE438336B@gemini.denx.de> <53DD53A5.3010502@ahsoftware.de> <53DE658F.5010703@ahsoftware.de> <20140803175114.BDAF33812FC@gemini.denx.de> <53DF2C9A.6080805@ahsoftware.de> <53DFDC99.2020206@ahsoftware.de> <20140806064315.0C8B23803F7@gemini.denx.de> <53E1FD1F.2030600@ahsoftware.de> Message-ID: <53E20F1F.1000306@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 06.08.2014 12:44, schrieb M?ns Rullg?rd: > Alexander Holler writes: > >> Am 06.08.2014 08:43, schrieb Wolfgang Denk: >>> Dear Alexander, >>> >>> In message <53DFDC99.2020206@ahsoftware.de> you wrote: >>>> >>>> At least I've understood it such that nobody still has an objection=20 >>>> against the new feature for "env import -t" (-r). >>> >>> I object if it would be added without maintaining symmetry with "env >>> export". >> >> As explained I don't know how to add symmetry. It's impossible to >> export text concurrently in both formats. > > What is the problem with ignoring \r on input and not writing it on > output? > None. Please read the mails before.