https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195763
--- Comment #2 from Kyle Evans <[email protected]> --- (In reply to Kyle Evans from comment #1) The 'ignore invalid patterns' change my previous patch makes seems definitively wrong -- I'll have to revise this part and I'm just going to leave this here: $ echo 'test' | grep '' test $ echo 'test' | grep -o '' $ echo 'test' | bsdgrep '' test $ echo 'test' | bsdgrep -o '' The regex bits declare this as a 4-character match, not sure off-hand how to treat this but I don't believe ignoring the pattern is the right thing to do. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
