mono-3.2.7
This fixes the behavior of process spawning when UseShellExecute is set to true. The right behavior is to return no process only when we used the system launcher. So, spawning /bin/cat should behave in the same way independent of how UseShellExecute is set.