Hi,
I've already reported this issue here, but I don't know if it's a bug or if I don't know how to use the Command
struct.
Basically the problem it seems to be related only to MSYS environment (so Windows stuff) and execution of external application.
After some further investigation it seems that the problem happens when I try to invoke a bash script, if I invoke an executable (like C:\msys64\usr\bin\ls) it works correctly.
This is quite annoying, since it makes compiling project depending on external C/C++ code (that need to launch configure
script) very tricky to get to work.
Thank you.