Skip to content

Commit

Permalink
[ISSUE #7731] Fix windows runBroker.cmd cannot start (#7731) (#8338)
Browse files Browse the repository at this point in the history
Co-authored-by: fz <[email protected]>
  • Loading branch information
hackjus and fz authored Jul 30, 2024
1 parent ce27e1f commit f1fe4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/bin/runbroker.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set BASE_DIR=%~dp0
set BASE_DIR=%BASE_DIR:~0,-1%
for %%d in (%BASE_DIR%) do set BASE_DIR=%%~dpd

set CLASSPATH=.;%BASE_DIR%conf;%BASE_DIR%lib\*;%CLASSPATH%
set CLASSPATH=.;%BASE_DIR%conf;%BASE_DIR%lib\*;"%CLASSPATH%"

rem ===========================================================================================
rem JVM Configuration
Expand Down

0 comments on commit f1fe4bf

Please sign in to comment.