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.
2 parents b13fc02 + 126e4f3 commit cdf5666Copy full SHA for cdf5666
bin/ki.bat
@@ -2,7 +2,7 @@
2
setlocal enabledelayedexpansion
3
4
set SCRIPT_DIR=%~dp0
5
-set KI_SHELL=%SCRIPT_DIR%\..\lib\ki-shell.jar
+set KI_SHELL="%SCRIPT_DIR%\..\lib\ki-shell.jar"
6
set JAVA_OPTS=%*
7
8
for /f "tokens=3" %%g in ('java -version 2^>^&1 ^| findstr /i "version"') do (
0 commit comments