__package_pip: fix shellcheck
This commit is contained in:
parent
8eccacec59
commit
73a03d75d7
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ case "$state_should" in
|
|||
present)
|
||||
if [ -f "$__object/parameter/extra" ]
|
||||
then
|
||||
while read extra
|
||||
while read -r extra
|
||||
do
|
||||
if [ "$extras" ]; then
|
||||
extras="$extras,$extra"
|
||||
|
|
Loading…
Reference in a new issue