Repository: activemq-artemis Updated Branches: refs/heads/2.6.x f8e53e255 -> e17c59d12
ARTEMIS-1990 remove extra quotes in Windows script A double set of quotation marks were preventing successful Windows implementation. (cherry picked from commit 5987db820b5710002fea5c4f2e25576510faac9f) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/e17c59d1 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e17c59d1 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e17c59d1 Branch: refs/heads/2.6.x Commit: e17c59d127c61338f5d9eaa0bd81c3e36c098384 Parents: f8e53e2 Author: Zachary Simon <[email protected]> Authored: Mon Jul 23 16:26:07 2018 -0700 Committer: Clebert Suconic <[email protected]> Committed: Wed Jul 25 10:49:56 2018 -0400 ---------------------------------------------------------------------- .../org/apache/activemq/artemis/cli/commands/bin/artemis.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e17c59d1/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis.cmd ---------------------------------------------------------------------- diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis.cmd b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis.cmd index 6057a51..7d7c586 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis.cmd +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis.cmd @@ -59,7 +59,7 @@ set JVM_ARGS=%JVM_ARGS% -classpath %ARTEMIS_HOME%\lib\artemis-boot.jar set JVM_ARGS=%JVM_ARGS% -Dartemis.home=%ARTEMIS_HOME% set JVM_ARGS=%JVM_ARGS% -Dartemis.instance=%ARTEMIS_INSTANCE% set JVM_ARGS=%JVM_ARGS% -Ddata.dir=%ARTEMIS_DATA_DIR% -set JVM_ARGS=%JVM_ARGS% -Dartemis.instance.etc="%ARTEMIS_INSTANCE_ETC%" +set JVM_ARGS=%JVM_ARGS% -Dartemis.instance.etc=%ARTEMIS_INSTANCE_ETC% set JVM_ARGS=%JVM_ARGS% -Djava.util.logging.manager=%ARTEMIS_LOG_MANAGER% set JVM_ARGS=%JVM_ARGS% -Dlogging.configuration=%ARTEMIS_LOGGING_CONF% if not "%DEBUG_ARGS%"=="" set JVM_ARGS=%JVM_ARGS% %DEBUG_ARGS%
