Remove unused $@ array from cds/setup.sh

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

    setup.sh:57: @: parameter not set

(cherry picked from commit 02a4a95395)
This commit is contained in:
Michal Nowak 2022-08-03 10:58:58 +02:00
parent a55099ba5b
commit d247b6c09e
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View file

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