diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/install-tl-windows.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/install-tl-windows.bat b/Master/install-tl-windows.bat index e20a653c6a7..e2031b82e57 100755 --- a/Master/install-tl-windows.bat +++ b/Master/install-tl-windows.bat @@ -187,9 +187,9 @@ rem echo "%instroot%tlpkg\tltcl\tclkit.exe" "%instroot%tlpkg\installer\install-t rem pause
"%instroot%tlpkg\tltcl\tclkit.exe" "%instroot%tlpkg\installer\install-tl-gui.tcl" -- %args%
) else (
-echo perl "%instroot%install-tl" %args%
-pause
-rem perl "%instroot%install-tl" %args%
+rem echo perl "%instroot%install-tl" %args%
+rem pause
+perl "%instroot%install-tl" %args%
)
rem The nsis installer will need this:
|