Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:

> Also things like [[ $foo == "" ]] should rather be [[ -n $foo ]] but
> that's a minor.

[[ -z $foo ]] seems to work much better.  ;)

--
[EMAIL PROTECTED] mailing list

Reply via email to