diff --git a/parse-list.sh b/parse-list.sh index 45e270d..b3fc507 100755 --- a/parse-list.sh +++ b/parse-list.sh @@ -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