From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Walle Date: Tue, 6 Mar 2012 23:29:54 +0100 Subject: [U-Boot] [PATCH v2] main: unify command parsing functions In-Reply-To: <20120306203916.0A140202D76@gemini.denx.de> References: <1326499314-8121-1-git-send-email-michael@walle.cc> <20120306203916.0A140202D76@gemini.denx.de> Message-ID: <201203062329.54956.michael@walle.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Am Dienstag 06 M?rz 2012, 21:39:16 schrieb Wolfgang Denk: > In message <1326499314-8121-1-git-send-email-michael@walle.cc> you wrote: > > Introduce source_commands() which incorporates run_command2() and parts > > of source(). > > > > All command script are now treated the same, that is newlines are > > accepted within a command script and variable. > > Please check if this is still needed after applying Simon Glass' > "Unified command execution in one place" series (and if so, please > rebase against current master). This patches is superseded by [PATCH 1/2] Add run_command_list() to run a list of commands [PATCH 2/2] Allow newlines within command environment vars by Simon Glass. These patches haven't been merged yet. -- michael