delete spurious quotes
This commit is contained in:
parent
f0a02bc746
commit
51ecfe7ee1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user