]> git.ipfire.org Git - thirdparty/xz.git/commit
xzgrep: use `grep -E/-F` instead of `egrep` and `fgrep`
authorVille Skyttä <ville.skytta@iki.fi>
Sat, 13 Nov 2021 08:11:57 +0000 (10:11 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 13 Nov 2021 16:17:33 +0000 (18:17 +0200)
commit3a512c7787b2642ca946f4adc6e9a0a5d9b0d5a0
treea895271a8461da7a1c3836d185fe6fed0fe11e28
parentedf525e2b1840dcaf377df472c67d8f11f8ace1b
xzgrep: use `grep -E/-F` instead of `egrep` and `fgrep`

`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
src/scripts/xzgrep.1
src/scripts/xzgrep.in