On 11/12/2010 11:58 PM, Ralf Wildenhues wrote:
> Hello,
>
> * Eric Blake wrote on Fri, Nov 12, 2010 at 10:40:25PM CET:
>> On 11/12/2010 02:35 PM, Paul Eggert wrote:
>>> On 11/12/2010 12:50 PM, Eric Blake wrote:
+ s/^\([0-9]\{1,\}\(\.[.a-z0-9-]*\)\)*.*/\1/
>>>
>>> Surely that is a typ
Hello,
* Eric Blake wrote on Fri, Nov 12, 2010 at 10:40:25PM CET:
> On 11/12/2010 02:35 PM, Paul Eggert wrote:
> > On 11/12/2010 12:50 PM, Eric Blake wrote:
> >> + s/^\([0-9]\{1,\}\(\.[.a-z0-9-]*\)\)*.*/\1/
> >
> > Surely that is a typo. The "*\)\)*" should be a "*\)*\)".
>
> Aargh - I
On 11/12/2010 02:35 PM, Paul Eggert wrote:
> On 11/12/2010 12:50 PM, Eric Blake wrote:
>> + s/^\([0-9]\{1,\}\(\.[.a-z0-9-]*\)\)*.*/\1/
>
> Surely that is a typo. The "*\)\)*" should be a "*\)*\)".
Aargh - I tested on one machine, but committed on another. Typo is now
fixed.
--
Eric B
On 11/12/2010 12:50 PM, Eric Blake wrote:
> + s/^\([0-9]\{1,\}\(\.[.a-z0-9-]*\)\)*.*/\1/
Surely that is a typo. The "*\)\)*" should be a "*\)*\)".
[adding bug-gnulib]
On 11/12/2010 01:24 PM, Matthias Bolte wrote:
> boostrap.conf lists gzip as build dependency. bootstrap then tries to
> get it's version number using a get_version() function that executes
> 'gzio --version' and tries to parse the result.
>
> The sed expression expects the ver