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

Fixes issue where gvp in CMD breaks args #15

Merged
merged 1 commit into from
Mar 26, 2015
Merged

Fixes issue where gvp in CMD breaks args #15

merged 1 commit into from
Mar 26, 2015

Conversation

ligfx
Copy link
Contributor

@ligfx ligfx commented Jun 7, 2014

Running gvp in CMD breaks the arguments given to CMD. For example, if you try to pass a filename with spaces in it, the command will receive the filename broken up into separate arguments, when it should be just one (assuming you escape it correctly).

I'm not sure of the other ramifications of the change, but it fixes this issue.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Running `gvp in CMD` breaks the arguments given to `CMD`. For example, if you try to pass a filename with spaces in it, the command will receive the filename broken up into separate arguments, when it should be just one (assuming you escape it correctly).

I'm not sure of the other ramifications of the change, but it fixes this issue.
@pote pote merged commit 4537015 into pote:master Mar 26, 2015
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.

None yet

2 participants