Skip to content

Commit df3c1d8

Browse files
committed
Fix issue on paths with spaces
1 parent 2dc528f commit df3c1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenv.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ IF ERRORLEVEL 1 (
1616
)
1717

1818
rem ps is the installed powershell
19-
%ps% -executionpolicy remotesigned -File %~dp0/src/jenv.ps1 %* --output
19+
%ps% -executionpolicy remotesigned -File "%~dp0/src/jenv.ps1" %* --output
2020

2121
if exist jenv.home.tmp (
2222
FOR /F "tokens=* delims=" %%x in (jenv.home.tmp) DO (

0 commit comments

Comments
 (0)