On 23/02/2012 19:33, Mladen Turk wrote:
> On 02/23/2012 08:00 PM, Konstantin Kolinko wrote:
>> 2012/2/23<ma...@apache.org>:
>> Maybe:
>> while [ -n "$1" ]
>>   (though both variants should work work)
>>
> 
> Some solaris shells misbehave on -n.
> 
>>>   do
>>> -  case "$o" in
>>> +  case "$o=1" in
>>
>> What the above line is about?
>> Was it supposed to be:
>>    case "$1" in
>>
> 
> Right, Mark probably made a typo while copying the code form 7.0.x
> Fixed that (hope mark won't mind :)

No at all :)

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to