fix sppend

This commit is contained in:
Trevor Batley 2023-06-06 11:49:16 +10:00
parent 0c2b8da54f
commit d05df71e5c

View File

@ -106,14 +106,14 @@ if [ $PROCESSORG ] ; then
echo $RESPONSE | grep -oP '(?<="name":").+?(?=")' | while read repo; do
if [[ $NOISY || $REVIEW ]] ; then echo "$2 $repo $EXTRAPARAMS" ; fi
if [[ ! $REVIEW ]] ; then
if [[ $repo ]] ; then $PARAMLIST+=$repo ; fi
if [[ $repo ]] ; then PARAMLIST+=$repo ; fi
fi
done
fi
done
else
# load array of parameters from input file
while read -r line ; do $PARAMLIST+=$line ; done < $1
while read -r line ; do PARAMLIST+=$line ; done < $1
fi
# Cycle through array of parameters and execute script