On Thu, 11 Jan 2001, Greg Stein wrote:

> One of the reasons that I was advocating using the globbing feature of
> "case" was to avoid the nasty sed expression.
> 
> Just do:
> 
>   case "`uname -r`" in
>       3.4*)
>           disable-threads
>           ;;
>   esac

But, this doesn't do what we want, which is to do this for any version
before 4.2-STABLE.  Anything earlier than that is suspect.

Ryan

_______________________________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------

Reply via email to