summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl-windows.bat
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-08-24 03:02:25 +0000
committerNorbert Preining <norbert@preining.info>2020-08-24 03:02:25 +0000
commitdb172be44b76658fe542ff91f2e6e02550d417b8 (patch)
tree9ef07d5b1cd3011bb4b5450a5ae976e5e0a2a8e4 /systems/texlive/tlnet/install-tl-windows.bat
parent16e50bc884ce50f72f1d7b979d6a8272a0cd3798 (diff)
CTAN sync 202008240302
Diffstat (limited to 'systems/texlive/tlnet/install-tl-windows.bat')
-rwxr-xr-xsystems/texlive/tlnet/install-tl-windows.bat6
1 files changed, 4 insertions, 2 deletions
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