Commit 7fcf9a4d authored by Marc Durdin's avatar Marc Durdin
Browse files

fix(common): builder_parse broke on option parameters

If you had an option with a parameter, e.g. "--outfile c,b", then the
"c,b" was being treated as a parameter for expansion, which caused it
to expand to e.g. "configure,build". Oops.
parent c954c5fc
Supports Markdown
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