1. 09 Jan, 2017 2 commits
    • neil's avatar
      Merge pull request #521 from bittorf/master · 1ce06c7c
      neil authored
      dnsapi/dns_lexicon.sh: shellcheck: fix 4 occurences of SC2021
      1ce06c7c
    • Bastian Bittorf's avatar
      dnsapi/dns_lexicon.sh: shellcheck: fix 4 occurences of SC2021: · 800f02ba
      Bastian Bittorf authored
      "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.
      800f02ba
  2. 08 Jan, 2017 2 commits
  3. 07 Jan, 2017 3 commits
  4. 06 Jan, 2017 1 commit
  5. 05 Jan, 2017 2 commits
  6. 03 Jan, 2017 10 commits
  7. 02 Jan, 2017 1 commit
  8. 29 Dec, 2016 2 commits
  9. 27 Dec, 2016 8 commits
  10. 22 Dec, 2016 2 commits
  11. 21 Dec, 2016 6 commits
  12. 18 Dec, 2016 1 commit