<div dir="ltr">I'm working on a big update to the FindFLTK module and I'm testing it on all platforms I have access to.<div><br></div><div>One problem that took me quite a while to figure out was that on *nix systems, execute_process works with shell scripts but on my MSYS2 install it does not, I have to prefix the command with "sh" to make sure it executes in a shell.</div><div><br></div><div>Is this known/expected? </div><div><br></div><div>Should I prefix shell scripts with "sh" in all cases and not count on it to work? Or should I test for MSYS and only prefix the command with "sh" there?</div><div><br></div><div>Thanks,</div><div>Richard</div></div>