Use grep -E instead of egrep, use grep -F instead of fgrep.
authorMark Wielaard <mark@klomp.org>
Thu, 27 Oct 2022 16:34:54 +0000 (18:34 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 27 Oct 2022 16:34:54 +0000 (18:34 +0200)
commit73d016bde224af6d1be7c86fb2ea67af22f7582f
tree1f394025092d8b7f2cbe4278077962fb637181a2
parent6f1ec0ef46e067ac5169880317f37223e96c9732
Use grep -E instead of egrep, use grep -F instead of fgrep.

GNU grep 3.8 gives a deprecation warning when using egrep or fgrep.
Just use grep -E and grep -F.

Signed-off-by: Mark Wielaard <mark@klomp.org>
config/ChangeLog
config/eu.am
tests/ChangeLog
tests/backtrace-subr.sh
tests/debuginfod-subr.sh
tests/run-debuginfod-archive-rename.sh
tests/run-debuginfod-extraction-passive.sh
tests/run-debuginfod-response-headers.sh
tests/run-debuginfod-webapi-concurrency.sh
tests/run-strip-test.sh