mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +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:
@@ -37,7 +37,7 @@ id2=$id2
|
||||
EOF
|
||||
|
||||
tac() {
|
||||
$PERL -e 'print reverse <>' "$@"
|
||||
$PERL -e 'print reverse <>'
|
||||
}
|
||||
|
||||
convert() {
|
||||
|
Reference in New Issue
Block a user