Jeff Trawick <[EMAIL PROTECTED]> writes:

> This little shell script seems to work fine on Tru64, so I'm doubly confused.
> 
> ---------cut here-------
> ap_ssltk_version=$1
>  
> case "$ap_ssltk_version" in
>             *[^0-9a-z.][1-9]* | \
>             *[^0-9a-z.]0.9.[6-9]* | \
>             *[^0-9a-z.]0.[1-9][0-9]* )
>                 echo "we got a match"
>                 ;;
>             *)
>                 echo "no match"
>                 # skip because it is too old or a bad result
>                 ;;
> esac
> ---------cut here--------

No, it doesn't work with /bin/sh.  I was running the
little shell script with bash :)

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to