texlive[56157] Master/install-tl-windows.bat: Remove inappropriate
commits+siepo at tug.org
commits+siepo at tug.org
Sun Aug 23 16:05:54 CEST 2020
Revision: 56157
http://tug.org/svn/texlive?view=revision&revision=56157
Author: siepo
Date: 2020-08-23 16:05:54 +0200 (Sun, 23 Aug 2020)
Log Message:
-----------
Remove inappropriate quotes from set commands
Modified Paths:
--------------
trunk/Master/install-tl-windows.bat
Modified: trunk/Master/install-tl-windows.bat
===================================================================
--- trunk/Master/install-tl-windows.bat 2020-08-22 23:53:39 UTC (rev 56156)
+++ trunk/Master/install-tl-windows.bat 2020-08-23 14:05:54 UTC (rev 56157)
@@ -138,8 +138,10 @@
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
More information about the tex-live-commits
mailing list.