bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep bug


From: Stepan Kasal
Subject: Re: grep bug
Date: Fri, 13 Jun 2003 23:23:03 +0200
User-agent: Mutt/1.2.5.1i

Hello,

On Fri, Jun 13, 2003 at 01:58:51PM -0700, Bill Zaumen wrote:
>       grep -v '[^[:digit:]:.]'

> on a Red Hat 9.0 x86 system.

this is probably a problem in the regex code in glibc.
The bug should disappear if you rebuild grep this way:
        #unpack grep-2.5.1
        ./confiure --prefix=/usr --with-included-regex
        make
        make install # as root

HTH,
        Stepan Kasal
        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]