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
Refactor: tools: make cibsecret use best practices for shell scripts Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |