From db172be44b76658fe542ff91f2e6e02550d417b8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 24 Aug 2020 03:02:25 +0000 Subject: CTAN sync 202008240302 --- systems/texlive/tlnet/install-tl-windows.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'systems/texlive/tlnet/install-tl-windows.bat') diff --git a/systems/texlive/tlnet/install-tl-windows.bat b/systems/texlive/tlnet/install-tl-windows.bat index 2a9b23afda..640c7396c2 100755 --- a/systems/texlive/tlnet/install-tl-windows.bat +++ b/systems/texlive/tlnet/install-tl-windows.bat @@ -138,8 +138,10 @@ set args=%args% %p% goto rebuildargs :nomoreargs -set wish="%instroot%tlpkg\tltcl\tclkit.exe" -if not exist "%wish%" set wish="%instroot%tlpkg\tltcl\bin\wish.exe" +rem set preserves quotes, and its argument is the remainder of the line +rem so do not here quote paths with spaces in it +set wish=%instroot%tlpkg\tltcl\tclkit.exe +if not exist "%wish%" set wish=%instroot%tlpkg\tltcl\bin\wish.exe if not exist "%wish%" set tcl=no if %forbid% == yes set tcl=no -- cgit v1.2.3