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 fi
# Cycle through array of parameters and execute script # Cycle through array of parameters and execute script
for param in "${PARAMLIST[@]}" for param in ${PARAMLIST[@]}
do do
if [[ $NOISY || $REVIEW ]] ; then echo "$2 $param $EXTRAPARAMS" ; fi if [[ $NOISY || $REVIEW ]] ; then echo "$2 $param $EXTRAPARAMS" ; fi
if [[ -z $REVIEW ]] ; then if [[ -z $REVIEW ]] ; then