Keith Parks writes:

>     for pgac_dir; do
>         if test -r "$pgac_dir/tclConfig.sh"; then
>             TCL_CONFIG_SH=$pgac_dir/tclConfig.sh
>             break
>         fi
>     done
> 
> fails

Thanks.  The semicolon is actually only needed (allowed) with an `in'
clause.


-- 
Peter Eisentraut      [EMAIL PROTECTED]       http://yi.org/peter-e/

Reply via email to