]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove unused $@ array from cds/setup.sh
authorMichal Nowak <mnowak@isc.org>
Wed, 3 Aug 2022 08:58:58 +0000 (10:58 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 14 Nov 2022 22:13:03 +0000 (23:13 +0100)
posh, the Policy-compliant Ordinary SHell, failed with:

    setup.sh:57: @: parameter not set

(cherry picked from commit 02a4a95395e1b923d0c22c9c31d8d72a1b112d61)

bin/tests/system/cds/setup.sh

index f927265b1f4b60770c25284fc476f4fcda62a887..dcb0070a1224f009252132dbe92303ced2203f9c 100644 (file)
@@ -38,7 +38,7 @@ id2=$id2
 EOF
 
 tac() {
-       $PERL -e 'print reverse <>' "$@"
+       $PERL -e 'print reverse <>'
 }
 
 convert() {