SUSE/SAPHanaSR

use SHELLCHECK for syntax checking

Opened this issue · 1 comments

https://github.com/koalaman/shellcheck is good static analyzer unveiling script issues

  • unused variables
  • quoting
  • globbing
  • array handling
  • backticks

not all reported issues are always valid, but most of the issues should be adressed

e.g. SAPHana has 28 reported unused declared variables

image

@PeterPitterling Thanks for the hint.