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

Using exec explicitly breaks CMD compat #24

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

Conversation

tony13tv
Copy link

Using exec doesn't work on windows as exec is not a valid CMD command. This fixes #11.

Also a validation for directory separator was added to mantain *nix shells. (This is actually a Symphony's Process class related issue)

Using `exec` doesn't work on windows as exec is not a valid CMD command. This fixes silverstripe#11. 

Also a validation for directory separator was added to mantain *nix shells. (This is actually a Symphony's `Process` class related issue)
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.

Doesn't work on Windows
1 participant