[Pharo-project] PipeableOSProcess under windows
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?
On Mon, May 6, 2013 at 6:55 AM, Camillo Bruni <camillobruni@gmail.com>wrote:
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.
I suspect you have to launch it with the -l flag to make bash act as if it had been invoked as a login shell. HTH
Is there a workaround for this issue?
-- best, Eliot
participants (2)
-
Camillo Bruni -
Eliot Miranda