Closed nstanger closed 7 years ago
It appears that command generation was probably OK (more likely user error), but debug output was definitely broken, with every element of the command string being quoted, including the command line switched and the executable name. This was because the catch-all regex was being applied regardless of whether it made sense.
This appears to have been a recent development. Command echoing in debug mode also no longer appears as a single string, making verification and testing difficult.