We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72a6bd commit 2b8f252Copy full SHA for 2b8f252
distribution/src/bin/elasticsearch-cli.bat
@@ -2,7 +2,7 @@ call "%~dp0elasticsearch-env.bat" || exit /b 1
2
3
if defined ES_ADDITIONAL_SOURCES (
4
for %%a in ("%ES_ADDITIONAL_SOURCES:;=","%") do (
5
- call %~dp0%%a
+ call "%~dp0%%a"
6
)
7
8
0 commit comments