Skip to content
Snippets Groups Projects
Commit c287dec1 authored by Matthew Laird's avatar Matthew Laird
Browse files

Quote the PERL5OPT in the generic harness

parent a114583f
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ do
done
if [ ${#PERL5OPT_array[@]} -ne 0 ]; then
PERL5OPT=$(join_array ' ' ${PERL5OPT_array[@]})
PERL5OPT=\'$(join_array ' ' ${PERL5OPT_array[@]})\'
echo "Using PERL5OPT=$PERL5OPT"
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment