Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argument handling is not transparent on Windows #17

Open
alamaison opened this issue May 30, 2016 · 0 comments
Open

Argument handling is not transparent on Windows #17

alamaison opened this issue May 30, 2016 · 0 comments

Comments

@alamaison
Copy link

When arguments contain quotes on Windows, they are not passed to the program correctly because the argument handling in Boost.Process 0.5 is naive. Currently, it just checks to see if an argument has a space in it and, if so, surround the argument with quotations. This breaks if the argument itself contains quotations.

The previous version of Boost.Process did not have this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant