From c55dc61ce2d1e076f75fbbd70228d80c11df4290 Mon Sep 17 00:00:00 2001 From: Stephane MICHELOUD Date: Sun, 24 Oct 2021 22:24:15 +0200 Subject: [PATCH] small addendum to PR#13790 --- dist/bin/scaladoc.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/bin/scaladoc.bat b/dist/bin/scaladoc.bat index 2a80916c1db7..17823d488e56 100644 --- a/dist/bin/scaladoc.bat +++ b/dist/bin/scaladoc.bat @@ -98,7 +98,7 @@ goto :eof @rem output parameter: _CLASS_PATH :classpathArgs -for /f %%f in ("%_PROG_HOME%\.") do set "_LIB_DIR=%%~dpflib" +for /f "delims=" %%f in ("%_PROG_HOME%\.") do set "_LIB_DIR=%%~dpflib" set _CLASS_PATH= @rem keep list in sync with bash script `bin\scaladoc` ! call :updateClasspath "scaladoc"