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.
1 parent 034b0a0 commit c55dc61Copy full SHA for c55dc61
dist/bin/scaladoc.bat
@@ -98,7 +98,7 @@ goto :eof
98
99
@rem output parameter: _CLASS_PATH
100
:classpathArgs
101
-for /f %%f in ("%_PROG_HOME%\.") do set "_LIB_DIR=%%~dpflib"
+for /f "delims=" %%f in ("%_PROG_HOME%\.") do set "_LIB_DIR=%%~dpflib"
102
set _CLASS_PATH=
103
@rem keep list in sync with bash script `bin\scaladoc` !
104
call :updateClasspath "scaladoc"
0 commit comments