--- Drew Davidson <[EMAIL PROTECTED]> wrote:
> What I'm wondering is why it echos ${foo} when foo is undefined as in
>
> <echo>foo = ${foo}</echo>
>
> Which, if foo is undefined echos
>
> foo = ${foo}
>
> I don't see what problem this solves as opposed to the output
>
> foo =
foo could be set to "", so echoing ${foo} is the only way to truly show
it's not set at all.
Diane
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards�
http://movies.yahoo.com/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>