bug-grep
[Top][All Lists]
Advanced

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

bug#26832: bug on grep 3.0


From: Paul Eggert
Subject: bug#26832: bug on grep 3.0
Date: Mon, 8 May 2017 16:46:39 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

This bug has the feel of Bug#25707, which was fixed as described in:

http://bugs.gnu.org/25707

Can you try a grep with that fix? Here's one way to build and test grep with the fix, assuming you have sufficient developer tools installed:

git clone https://git.savannah.gnu.org/git/grep.git
cd grep
./bootstrap
./configure
make
echo rr/| src/grep '^.*\/$'





reply via email to

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