Skip to content
Commit 28919e5b authored by Marius Bakke's avatar Marius Bakke
Browse files

wrapPythonPrograms: preserve quoted strings from makeWrapperArgs

Currently, if a user tries to to set a variable that contains
spaces, it will be broken up before being passed to wrapProgram.

This commit resolves that by converting makeWrapperArgs to an
array that preserves any quoted elements using bash's parser.
parent b48172ea
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