delete spurious quotes

This commit is contained in:
Trevor Batley 2023-06-06 12:18:51 +10:00
parent f0a02bc746
commit 51ecfe7ee1

View File

@ -114,7 +114,7 @@ else
fi
# Cycle through array of parameters and execute script
for param in "${PARAMLIST[@]}"
for param in ${PARAMLIST[@]}
do
if [[ $NOISY || $REVIEW ]] ; then echo "$2 $param $EXTRAPARAMS" ; fi
if [[ -z $REVIEW ]] ; then