forked from ungleich-public/cdist
Fix shellcheck issues
This commit is contained in:
parent
f6b318bb00
commit
671bb82a46
3 changed files with 13 additions and 9 deletions
|
|
@ -69,6 +69,7 @@ while read -r key; do
|
|||
set -- "$@" --key "$key"
|
||||
set -- "$@" --state "$state"
|
||||
if [ -f "$__object/parameter/option" ]; then
|
||||
# shellcheck disable=SC2046
|
||||
set -- "$@" $(printf -- '--option %s ' $(cat "$__object/parameter/option"))
|
||||
fi
|
||||
if [ -f "$__object/parameter/comment" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue