Skip to content

Commit 608344a

Browse files
Merge pull request #13806 from michelou/dotty-batch-delims
Two additions to batch files (cnt'd)
2 parents e1930d1 + c55dc61 commit 608344a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/bin/scaladoc.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ goto :eof
9898

9999
@rem output parameter: _CLASS_PATH
100100
:classpathArgs
101-
for /f %%f in ("%_PROG_HOME%\.") do set "_LIB_DIR=%%~dpflib"
101+
for /f "delims=" %%f in ("%_PROG_HOME%\.") do set "_LIB_DIR=%%~dpflib"
102102
set _CLASS_PATH=
103103
@rem keep list in sync with bash script `bin\scaladoc` !
104104
call :updateClasspath "scaladoc"

0 commit comments

Comments
 (0)