>On 6/6/07, Michael Shapiro <mws at zion.eng.sun.com> wrote:
>> I'm more than happy for it to be published, just ask that you keep
>> the attribution on it so people who have questions and complaints
>> can whine at me directly.  Maybe when we're done with ksh93 we
>> can have a mode which enforces it automatically built-in :)
>
>A very good document, especially since it looks almost exactly like
>how I write scripts.  Especially the csh guidance.  :)
>
>One nit.  In the Quoting section it says:
>
>    Use whatever quotes are appropriate for your situation, but please
>    do not unnecessarily quote everything (also see 7 above).
>
>The numbers for the sections are missing but I think it refers to the
>reference to ${bar} vs. ${bar}.  Rather unfortunately, in that section
>there is gratuitous quoting.
>
>    [ $install = yes ] && root="/a/" || root="/"
>
>The stuff to the right of each root= doesn't need quotes.

And I'm not sure about the context, but the $install would appear to need
some quotes.

Casper


Reply via email to