Could someone please try to reproduce the bug above with grep 2.6.
Fixed in grep git. $ for i in '' -i -F -Fi; do ./grep -q $i foobar /tmp/test ; echo $?; done 0 0 0 0 Paolo
Could someone please try to reproduce the bug above with grep 2.6.
Fixed in grep git. $ for i in '' -i -F -Fi; do ./grep -q $i foobar /tmp/test ; echo $?; done 0 0 0 0 Paolo