libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Testing


From: Ralf Wildenhues
Subject: Re: Testing
Date: Sat, 16 Oct 2004 17:49:41 +0200
User-agent: Mutt/1.5.6+20040722i

Sorry for jumping in so late..

* Bob Friesenhahn wrote on Thu, Oct 14, 2004 at 05:35:53PM CEST:
> On Thu, 14 Oct 2004, Gary V. Vaughan wrote:
> >
> >Is this a bashism:
> >
> >  for to;
> >  do
> >     echo arg: $to
> >  done
>
> Doesn't look like standard shell syntax to me.

FYI:

for to
do
   echo arg: $to
done

is standard (just omit the semi-colon).  It's important for some very
old shells to put the `do' on the next line.

Regards,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]