Closed JohnSundell closed 7 years ago
This patch fixes a bug that would cause arguments containing spaces to be split up into two arguments when passed to a script. The fix is to wrap all arguments in quotation marks to have them be correctly separated on the command line.
Resolves https://github.com/JohnSundell/Marathon/issues/114
This patch fixes a bug that would cause arguments containing spaces to be split up into two arguments when passed to a script. The fix is to wrap all arguments in quotation marks to have them be correctly separated on the command line.
Resolves https://github.com/JohnSundell/Marathon/issues/114