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
- sh script Q Mike Almogy
- Re: sh script Q Oleg Goldshmidt
- Re: sh script Q Vadim Vygonets
- Re: sh script Q Chmouel Boudjnah
- Re: sh script Q Ariel Biener
- Re: sh script Q Alexander L. Belikoff
- Re: sh script Q Vadim Vygonets
- Re: sh script Q Gaal Yahas
- Re: sh script Q Vadim Smelyansky
- Re: sh script Q Oleg Goldshmidt
- Re: sh script Q Vadim Vygonets
- Re: sh script Q Vadim Vygonets
- Re: sh script Q Adam Morrison
- Re: sh script Q Ariel Biener