]> 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:08:15 +0000 (09:08 +0200)
commit212c4de043d3740dcf30c1f43c70fb89b324985d
treeb869e797edb84f20c3f2bc6a28c86b03d482e7a3
parent65e91ef5e68cd493cf54ab0ff5dffe800ded3bb0
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
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