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:
@@ -37,7 +37,7 @@ id2=$id2
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
tac() {
|
tac() {
|
||||||
$PERL -e 'print reverse <>' "$@"
|
$PERL -e 'print reverse <>'
|
||||||
}
|
}
|
||||||
|
|
||||||
convert() {
|
convert() {
|
||||||
|
Reference in New Issue
Block a user