This should address #1241 - windows doesn't have /bin/sh.
However, using cmd instead is also not quite straightforward since exec.Command has some pitfalls on windows. This implements the suggested upstream workaround and allows us to launch mfa_process correctly on windows, even if the binary is in a path with spaces.
This should address #1241 - windows doesn't have /bin/sh. However, using cmd instead is also not quite straightforward since
exec.Command
has some pitfalls on windows. This implements the suggested upstream workaround and allows us to launch mfa_process correctly on windows, even if the binary is in a path with spaces.