Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using exec explicitly breaks CMD compat
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)
- Loading branch information