List:Internals« Previous MessageNext Message »
From:Matt Wagner Date:May 9 2005 9:01am
Subject:Re: bk commit into 5.0 tree (mwagner:1.1949)
View as plain text  
On 5/9/05 4:24 AM, Boyd Lynn Gerber <gerberb@stripped> wrote:
>> +system=`echo $system | sed -e 's/sco3.2v\(.*\)/openserver\1/g'`
>> +
>>  # Change the distribution to a long descriptive name
>>  NEW_NAME=mysql@MYSQL_SERVER_SUFFIX@-$version-$system-$machine$SUFFIX
>>  BASE2=$TMP/$NEW_NAME
>> 
> 
> Could you use openserver5 instead of openserver?

Hi Boyd!

It will say this. The '\1' is the "trap result" which will be things like
"5.0.7" or "6.0.0".

So the current substitution is "openserver5.0.7".

Is this OK?

   Matt

-- 
Matt Wagner, Production Engineer
MySQL AB, www.mysql.com
Northfield, MN, USA



Thread
bk commit into 5.0 tree (mwagner:1.1949)mwagner8 May
  • Re: bk commit into 5.0 tree (mwagner:1.1949)Boyd Lynn Gerber9 May
    • Re: bk commit into 5.0 tree (mwagner:1.1949)Matt Wagner9 May