mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 03:40:00 -04:00
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:
parent
a55099ba5b
commit
d247b6c09e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ id2=$id2
|
|||
EOF
|
||||
|
||||
tac() {
|
||||
$PERL -e 'print reverse <>' "$@"
|
||||
$PERL -e 'print reverse <>'
|
||||
}
|
||||
|
||||
convert() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue