2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

Remove unused $@ array from cds/setup.sh

posh, the Policy-compliant Ordinary SHell, failed with:

    setup.sh:57: @: parameter not set
This commit is contained in:
Michal Nowak
2022-08-03 10:58:58 +02:00
parent ac3fcb612d
commit 02a4a95395

View File

@@ -37,7 +37,7 @@ id2=$id2
EOF EOF
tac() { tac() {
$PERL -e 'print reverse <>' "$@" $PERL -e 'print reverse <>'
} }
convert() { convert() {