diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2018-08-05 18:30:15 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2018-08-05 18:30:15 +0000 |
commit | 330d068ca03414ccb3676e73f9b69f4365b9db9b (patch) | |
tree | 3c277f5621d110e5099f5d3682e2470380f13713 /Master/install-tl-windows.bat | |
parent | 4889cb880c405388e2071c52ec69f08efd4f6256 (diff) |
Removed final pause command, which is no longer useful
git-svn-id: svn://tug.org/texlive/trunk@48351 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl-windows.bat')
-rwxr-xr-x | Master/install-tl-windows.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/install-tl-windows.bat b/Master/install-tl-windows.bat index b326adbac31..970b8eefad7 100755 --- a/Master/install-tl-windows.bat +++ b/Master/install-tl-windows.bat @@ -75,7 +75,6 @@ perl "%~dp0install-tl" %* rem The nsis installer will need this:
if errorlevel 1 set errlev=1
-pause
goto :eoff
:tooold
|