Skip to content

Commit ae83326

Browse files
Add quotes to fix path handling in pqcheck.bat (#16205) (#16292)
(cherry picked from commit bc0b955) Co-authored-by: Alex S <[email protected]>
1 parent 47e64cf commit ae83326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pqcheck.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for %%i in ("%LS_HOME%\logstash-core\lib\jars\*.jar") do (
1616
call :concat "%%i"
1717
)
1818

19-
"%JAVACMD%" %JAVA_OPTS% -cp "%CLASSPATH%" org.logstash.ackedqueue.PqCheck %*
19+
"%JAVACMD%" "%JAVA_OPTS%" -cp "%CLASSPATH%" org.logstash.ackedqueue.PqCheck %*
2020

2121
:concat
2222
IF not defined CLASSPATH (

0 commit comments

Comments
 (0)