From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buehler Date: Wed, 07 Apr 2010 05:17:50 -0400 Subject: [U-Boot] quoting semicolons inside nested "run" scripts? Message-ID: <4BBC4DBE.8020501@cox.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I am having difficulties getting a semicolon into the LINUX kernel's mtdparts command line parameter. I want to do something like this: bootcmd=run aaa aaa=run bbb bbb=run linux linux=blah blah blah ${mtdparts} mtdparts=mtdparts=blah1;blah2 I cannot figure out the quoting to get "blah2" passed to the kernel. I have tried various things but it always gets stripped. Joe Buehler