OpenSearch/distribution/src/bin
Ryan Ernst 742b69a7dc
Make windows JAVA_HOME handling consistent with linux (#55261) (#55362)
In bash, checking for whether an env variable exists uses the -z test,
against a stringified env var, so that the test is actually whether the
env var is empty, but not necessarily undefined. We use this to test
whether JAVA_HOME is set, to determine whether the bundled jdk should be
used. In windows, this test is an actual "undefined" check. This commit
brings the behavior on two systems in sync, opting to allow for an empty
JAVA_HOME in windows to indicate the bundled jdk should be used.

closes #55134
2020-04-16 16:17:41 -07:00
..
elasticsearch Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00
elasticsearch-cli Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00
elasticsearch-cli.bat Password-protected Keystore Feature Branch PR (#51123) (#51510) 2020-01-28 05:32:32 -05:00
elasticsearch-env Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00
elasticsearch-env-from-file Limit _FILE env var support to specific vars (#52645) 2020-02-21 19:36:15 +00:00
elasticsearch-env.bat Make windows JAVA_HOME handling consistent with linux (#55261) (#55362) 2020-04-16 16:17:41 -07:00
elasticsearch-keystore Move keystore-cli to its own tools project (#40787) (#54294) 2020-03-30 11:20:07 -07:00
elasticsearch-keystore.bat Move keystore-cli to its own tools project (#40787) (#54294) 2020-03-30 11:20:07 -07:00
elasticsearch-node Add tool elasticsearch-node unsafe-bootstrap (#37696) 2019-01-24 19:25:55 +01:00
elasticsearch-node.bat Exit batch files explictly using ERRORLEVEL (#29583) 2019-01-25 16:44:33 +01:00
elasticsearch-plugin Revert "Suppress illegal access in plugin install (#41620)" 2019-04-29 13:56:31 +10:00
elasticsearch-plugin.bat Revert "Suppress illegal access in plugin install (#41620)" 2019-04-29 13:56:31 +10:00
elasticsearch-service-mgr.exe Packaging: Update procrun executables to version 1.1.0 (#35147) 2018-10-31 16:31:14 -07:00
elasticsearch-service-x64.exe Packaging: Update procrun executables to version 1.1.0 (#35147) 2018-10-31 16:31:14 -07:00
elasticsearch-service.bat Handle special chars in JAVA_HOME in elasticsearch-service.bat (#52676) (#53057) 2020-03-03 12:01:54 -05:00
elasticsearch-shard add elasticsearch-shard tool (#32281) 2018-09-19 10:28:22 +02:00
elasticsearch-shard.bat Exit batch files explictly using ERRORLEVEL (#29583) 2019-01-25 16:44:33 +01:00
elasticsearch.bat Add comment explaining priority of JVM options (#52348) 2020-02-16 17:18:45 -05:00