phpci/PHPCI/Command
Mark Clements 8a96ec8551 Fixed the install script, which bails-out with an error if the PHPCI path contains spaces.
This occurs commonly on Windows, but from my reading of the code it would also be a problem on other platforms if spaces were present (though this is less likely, due to different naming conventions).

It has been fixed by using escapeshellarg() on both of the paths used in the command.

Fixes #698, which I've just noticed has a similar solution suggested in one of the comments, but was closed without anyone actually implementing it.
2015-03-02 22:49:22 +00:00
..
CreateAdminCommand.php Create admin command cleanup 2015-02-19 07:31:00 +01:00
DaemonCommand.php Lots of cleanup. 2015-02-12 14:11:58 +00:00
DaemoniseCommand.php Lots of cleanup. 2015-02-12 14:11:58 +00:00
GenerateCommand.php Lots of cleanup. 2015-02-12 14:11:58 +00:00
InstallCommand.php Fixed the install script, which bails-out with an error if the PHPCI path contains spaces. 2015-03-02 22:49:22 +00:00
PollCommand.php Lots of cleanup. 2015-02-12 14:11:58 +00:00
RebuildCommand.php Adding support for commenting on Github diffs. 2015-02-23 13:40:34 +00:00
RunCommand.php Lots of cleanup. 2015-02-12 14:11:58 +00:00
UpdateCommand.php Updating the UpdateCommand to check for a config key rather than a specific file. 2015-02-25 09:36:50 +00:00