GitHub user jsoref opened a pull request: https://github.com/apache/cordova-cli/pull/155
CB-6377 Handle spaces in paths for cmd related scripts 0. as discussed elsewhere the slice() efforts on process.platform are pointless 1. for .bat, .cmd, and .js/.vbs, we want to use the command interpreter, which means we want to use its special quoting facilities (/s) -- this forces it by checking for !<.exe> You can merge this pull request into a Git repository by running: $ git pull https://github.com/blackberry/cordova-cli cb_6377 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-cli/pull/155.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #155 ---- commit f82fa401147a0da9f6718728745c0f29e816f60a Author: Josh Soref <jso...@blackberry.com> Date: 2014-03-31T17:39:54Z CB-6377 Handle spaces in paths for cmd related scripts ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---