diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-08-12 19:40:35 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-08-12 19:40:35 +0000 |
commit | cf5017ed3969b6e560d09c8372581f6ea82fa6dd (patch) | |
tree | a1d41e16e06f769c257021bd13c696583fd0d861 | |
parent | ef5569437b0f30a9b8609e060073878ec1c72b9b (diff) |
install-tl.bat: test for existing TeX withdrawn
git-svn-id: svn://tug.org/texlive/trunk@10284 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl.bat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Master/install-tl.bat b/Master/install-tl.bat index 35e1eadde9c..a0d1837ada2 100755 --- a/Master/install-tl.bat +++ b/Master/install-tl.bat @@ -1,13 +1,5 @@ @echo off
-rem test for existing TeX
-tex -v >nul 2>&1
-if errorlevel 1 goto doit
-echo There is already a TeX! Are you sure you want to continue?
-echo Abort installation with Ctrl-C or continue with any other key.
-pause
-:doit
-
rem TeX Live Root; ends with backslash
rem This should also work with UNC names
set tlroot=%~dp0
|