From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?=D6rjan_Friberg?= Date: Thu, 22 Oct 2009 20:18:52 +0200 Subject: [U-Boot] hush while confusion In-Reply-To: <20091022180714.3B9BCEA5B8A@gemini.denx.de> References: <20091022113139.DB6961A00B@gemini.denx.de> <20091022180714.3B9BCEA5B8A@gemini.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Wolfgang Denk [mailto:wd at denx.de] > Sent: den 22 oktober 2009 20:07 > To: ?rjan Friberg > Cc: from_denx_uboot at dexdyne.com; u-boot at lists.denx.de > Subject: Re: [U-Boot] hush while confusion > > Dear =?iso-8859-1?Q?=D6rjan_Friberg?=, > > In message server.flatfrog.local> you wrote: > > > > Replace the "1==1" with ":" and skip the ";" after "do" > > I recommend to try things out before posting: > > => while : ; do echo foo ; done > Unknown command ':' - try 'help' > => > > U-Boot does not know (yet) about the ':' command. Apologies, should have known better. I meant to say "try replacing..." but didn't. /Orjan