summaryrefslogtreecommitdiff
path: root/Master/install-tl.bat
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-08-12 19:40:35 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-08-12 19:40:35 +0000
commitcf5017ed3969b6e560d09c8372581f6ea82fa6dd (patch)
treea1d41e16e06f769c257021bd13c696583fd0d861 /Master/install-tl.bat
parentef5569437b0f30a9b8609e060073878ec1c72b9b (diff)
install-tl.bat: test for existing TeX withdrawn
git-svn-id: svn://tug.org/texlive/trunk@10284 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.bat')
-rwxr-xr-xMaster/install-tl.bat8
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