Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to launch fluentd from
C:\Program Files\
On testing arguments in RUBYOPT, command line arguments aren't quoted so that it will fail if ruby command (which is passed as the first arugment) is placed under a directory which contains spaces. Use `spawn(program, *args)` instead of `spawn(command, options={})` to fix it. Signed-off-by: Takuro Ashie <[email protected]>
- Loading branch information