Introduce elasticsearch-env for Windows

This commit introduces the elasticsearch-env.bat script for Windows to
simplify development and maintenance of scripts on Windows.

Relates #25958
This commit is contained in:
Jason Tedor 2017-07-30 09:31:41 +09:00 committed by GitHub
parent 636748e270
commit 7afe96b2ff
8 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if [ ! -x "$JAVA" ]; then
exit 1
fi
# check the JAVA version
# check the Java version
"$JAVA" -cp "$ES_CLASSPATH" org.elasticsearch.tools.JavaVersionChecker
if [ $? -ne 0 ]; then