]> git.proxmox.com Git - mirror_acme.sh.git/commit
shellcheck: fix several occurences of SC2034
authorBastian Bittorf <bittorf@bluebottle.com>
Mon, 9 Jan 2017 16:04:09 +0000 (17:04 +0100)
committerBastian Bittorf <bb@npl.de>
Fri, 13 Jan 2017 13:54:09 +0000 (14:54 +0100)
commit3ca93f4a4c679b93361f3ae411fd0eceda813f3c
treeb51c15197bd5961f3f7763bac4d5e04b51cec943
parent3b67cf4378c5dfc141dce4e66639d4fa7d2b462b
shellcheck: fix several occurences of SC2034

message:
SC2034: $VARNAME appears unused. Verify it or export it.

most of these are related to the style:
we generate global vars, which are used in other functions.

the var "lexical_url" was really unused (left it as comment)

the travis-check now does not need anymore special flags.

Signed-off-by: Bastian Bittorf <bb@npl.de>
12 files changed:
.travis.yml
dnsapi/dns_ad.sh
dnsapi/dns_aws.sh
dnsapi/dns_cf.sh
dnsapi/dns_cx.sh
dnsapi/dns_gd.sh
dnsapi/dns_ispconfig.sh
dnsapi/dns_lexicon.sh
dnsapi/dns_lua.sh
dnsapi/dns_me.sh
dnsapi/dns_ovh.sh
dnsapi/dns_pdns.sh