__package_pip: fix shellcheck

This commit is contained in:
matze 2021-02-04 19:18:02 +01:00
parent 8eccacec59
commit 73a03d75d7

View file

@ -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"