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>
"Don't use [] around ranges in tr, it replaces literal square brackets."
this introduces another warning:
"Use '[:lower:]' to support accents and foreign alphabets."
This is more a style thingy because we really want to only catch A-Z.
work around this by using a shellcheck-directive and a comment
that the [:lower:] will not work with e.g. busybox-ash.
if we later really want to use [:lower:], we should use 'sed' for that.
Ignoring the Chthlulu argument 😃, Route53 returns its XML all on one line, making not possible to grep the hosted zone record with egrep/sed.
This change splits the XML in multiple lines, so that parsing can succeed.
* Add DNS API support for aliyun
* Update README.md
* format
* format
* format
* format...
* format...
* format
* format
* fix bug
* fix bug
* code format
* code format
* fix bug
* just ok...
* fix bug
* fix bug
* fix bug
* change "echo" to "printf"
* fix bug
* code format
* fix bug."head -c" in function _ali_nonce not supported by solaris
* fix bug."head -c" in function _ali_nonce not supported by solaris
* format
* fix bug._ali_nonce not work on solaris
* fix bug. _ali_nonce not work on solaris
* fix bug. _ali_nonce not work on solaris
* add aliyun.com to README.md