Skip to content

bzgrep, build: use `grep -E/-F` instead of `egrep` and `fgrep`

Ville Skyttä requested to merge (removed):xgrep-1.0 into release/1.0

egrep and fgrep have been deprecated in GNU grep since 2007, and in current post 3.7 Git they have been made to emit obsolescence warnings: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d480e3142fd959bccd1c9372d1

Merge request reports