Vadim Vygonets <[EMAIL PROTECTED]> writes:

> > [ "$PARAM" != "SOMETHING" ] || {
> > ;}
> I think that it's better to do:
> if [ "X$PARAM" != "XSOMETHING" ]; then .....

Yes you right it's more unix, but i usually use the "$PARAM" !=
"SOME".

-- 
MandrakeSoft          http://www.mandrakesoft.com
                                        --Chmouel

Reply via email to