From 5cfbe0fb2ab195b28157971e718a0fd1d7658ac6 Mon Sep 17 00:00:00 2001 From: olcbean Date: Sat, 14 Oct 2017 12:09:36 +0200 Subject: [PATCH] Fix handling of paths containing parentheses in 5.6 --- distribution/src/main/resources/bin/elasticsearch-service.bat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/distribution/src/main/resources/bin/elasticsearch-service.bat b/distribution/src/main/resources/bin/elasticsearch-service.bat index 28cf8d00322aa..066ec8eb1ad88 100644 --- a/distribution/src/main/resources/bin/elasticsearch-service.bat +++ b/distribution/src/main/resources/bin/elasticsearch-service.bat @@ -167,9 +167,7 @@ if exist "%JAVA_HOME%\bin\client\jvm.dll" ( ) :foundJVM -if "%ES_JVM_OPTIONS%" == "" ( -set ES_JVM_OPTIONS=%ES_HOME%\config\jvm.options -) +if "%ES_JVM_OPTIONS%" == "" set ES_JVM_OPTIONS=%ES_HOME%\config\jvm.options if not "%ES_JAVA_OPTS%" == "" set ES_JAVA_OPTS=%ES_JAVA_OPTS: =;%