[Bug 201650] (e)grep handling regexp wrong

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Feb 2023 01:20:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650

--- Comment #11 from Christian Kujau <freebsd@nerdbynature.de> ---
No longer reproducible in 13.1-RELEASE-p3 (with bsdgrep 2.6.0-FreeBSD or
GNU/grep 3.8):

 $ echo "abc" | /usr/bin/grep -Eo '^[a-z]' 
 a

 $ echo "abc" | /usr/local/bin/ggrep -Eo '^[a-z]' 
 a

So...I guess this report can be closed?

-- 
You are receiving this mail because:
You are the assignee for the bug.