GitHub user zachary1006 opened a pull request: https://github.com/apache/activemq-artemis/pull/2190
remove extra quotes in Windows script A double set of quotation marks were preventing successful Windows implementation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zachary1006/activemq-artemis fix-Windows-double-quotes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/2190.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2190 ---- commit a607f93e2918fc81621890ab59e15633e65f5eaa Author: Zachary Simon <zachary1006@...> Date: 2018-07-23T23:26:07Z remove extra quotes in Windows script A double set of quotation marks were preventing successful Windows implementation. ---- ---