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

Kernel.exec ignores second args if string #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ceaser
Copy link

@ceaser ceaser commented Sep 4, 2017

This pull request resolves an issue on Ubuntu 16.04 when using multiple args/flags with values. I followed the behavior through the childprocess gem to Ruby's 2.4.1 Kernel.exec method.

When multiple arguments and values combined into a string is passed to Kernel.exec the application receives only one argument, which can not be parsed. This behavior could change based on the platform .e.g. Linux, Windows, OS X.

This pull request keeps the arguments separated as suggested in the ruby documentation.

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

Successfully merging this pull request may close these issues.

1 participant