diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-05-09 15:31:04 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-05-09 15:31:04 +0000 |
commit | 85d267d6035b359acbbc8620e9f215658e2ef473 (patch) | |
tree | 2e843e98dac2226c6deeec71075ae07f1eb6c2ea /Master | |
parent | f98bbd8ba046ef06a3dcba4677f431740f92f6bc (diff) |
Test mode now turned off
git-svn-id: svn://tug.org/texlive/trunk@51057 c570f23f-e606-0410-a88d-b1316a301751
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:
|