Skip to content

Commit c55dc61

Browse files
committed
small addendum to PR#13790
1 parent 034b0a0 commit c55dc61

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)