HomeClusterLabs Projects

Refactor: tools: make cibsecret use best practices for shell scripts

Description

Refactor: tools: make cibsecret use best practices for shell scripts

... which makes shellcheck happier. Mainly this involves:

  • quoting variables
  • not using "local", which isn't portable to e.g. zsh
  • using $(cmd) instead of cmd

Details

Provenance
kgaillotAuthored on Jun 9 2020, 1:04 PM
Parents
rP8745b690deb7: Refactor: tools: make cibsecret follow current whitespace style guidelines
Branches
Unknown
Tags
Unknown

Event Timeline