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

qUOTING ISSUE AROUND BUILDING perl5opt VARIABLE IN THE HARNESS

parent 38848416
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[@]})
export PERL5OPT
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