Am I correct in the assumption that OSProcess does not properly use the Path env variable? I have MinGW installed and the Path variable is set up correctly, so I do
bash --help in the CMD window, however something like `OSProcess waitForCommand: 'bash --help'` does not work. Is there a workaround for this issue?