]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace fgrep and egrep with grep -F/-E
authorMichal Nowak <mnowak@isc.org>
Fri, 16 Sep 2022 10:13:52 +0000 (12:13 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 17 Oct 2022 07:10:29 +0000 (09:10 +0200)
commita7e2cc5decc5ec950cd4aa0e9cd0a5308adc820d
tree521dfbdf4d634998b3028d4b89fd817d71ecaeb3
parent55a866355b8c0bebb06a7be9505e8cbf1308e8f4
Replace fgrep and egrep with grep -F/-E

GNU Grep 3.8 reports the following warnings:

    egrep: warning: egrep is obsolescent; using grep -E
    fgrep: warning: fgrep is obsolescent; using grep -F

(cherry picked from commit 212c4de043d3740dcf30c1f43c70fb89b324985d)
13 files changed:
bin/tests/system/autosign/tests.sh
bin/tests/system/builtin/tests.sh
bin/tests/system/cacheclean/tests.sh
bin/tests/system/cds/tests.sh
bin/tests/system/conf.sh.common
bin/tests/system/dlzexternal/tests.sh
bin/tests/system/inline/tests.sh
bin/tests/system/metadata/tests.sh
bin/tests/system/rndc/setup.sh
bin/tests/system/rpz/tests.sh
bin/tests/system/rrl/tests.sh
bin/tests/system/sortlist/tests.sh
bin/tests/system/tsiggss/tests.sh