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.
2 parents e1930d1 + c55dc61 commit 608344aCopy full SHA for 608344a
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