__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)
|
present)
|
||||||
if [ -f "$__object/parameter/extra" ]
|
if [ -f "$__object/parameter/extra" ]
|
||||||
then
|
then
|
||||||
while read extra
|
while read -r extra
|
||||||
do
|
do
|
||||||
if [ "$extras" ]; then
|
if [ "$extras" ]; then
|
||||||
extras="$extras,$extra"
|
extras="$extras,$extra"
|
||||||
|
|
Loading…
Reference in a new issue