Re: bsdgrep-20110912: -F/fgrep enbug

2011-09-19 Thread Gabor Kovesdan
On 2011.09.19. 3:40, poyop...@puripuri.plala.or.jp wrote: Hi, I found another issue, this time in bsdgrep-20110912 in port. Thanks for using BSD grep and reporting bugs! I've checked and confirmed these issues. In my development branch I have already committed a partial fix. It will be

bsdgrep-20110912: -F/fgrep enbug

2011-09-18 Thread poyopoyo
Hi, I found another issue, this time in bsdgrep-20110912 in port. == #! /bin/sh echo 1 echo 90123456789.|grep -F 0123456789. echo 2 echo 90123456789.|grep0123456789. echo 3 echo 0123456789.|grep -F 0123456789. echo 4 echo 90123456789.|grep -F 0123456789 echo 5 echo 90123456789x|grep -F