Skip to content

Commit cdf5666

Browse files
authored
Merge pull request #75 from KamilKurde/main
fixed kit.bat for paths containing spaces
2 parents b13fc02 + 126e4f3 commit cdf5666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ki.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setlocal enabledelayedexpansion
33

44
set SCRIPT_DIR=%~dp0
5-
set KI_SHELL=%SCRIPT_DIR%\..\lib\ki-shell.jar
5+
set KI_SHELL="%SCRIPT_DIR%\..\lib\ki-shell.jar"
66
set JAVA_OPTS=%*
77

88
for /f "tokens=3" %%g in ('java -version 2^>^&1 ^| findstr /i "version"') do (

0 commit comments

Comments
 (0)