summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-06-19 19:52:40 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-06-19 19:52:40 +0000
commita29d1c3b81e693ba943ca1ccedfca84d69edd770 (patch)
treeff72717ebf42eb1865e8de55e0494c9f6e3ab591 /Master/install-tl
parentd6d706cf043a51dee01517b4c5275a7f227fd0ba (diff)
TLWingoo: removed wg_error; never remove system directories from
path whatever TeX programs they may contain git-svn-id: svn://tug.org/texlive/trunk@8879 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl
index e9e0c0de346..4b73954df5e 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -58,7 +58,6 @@ use Cwd 'abs_path';
if (win32) {
require TeXLive::TLWinGoo;
TeXLive::TLWinGoo->import( qw(
- &wg_error
&win_version
&is_vista
&admin
@@ -1265,7 +1264,7 @@ to install TeX Live from various media including the network.
The TeX Live root directory contains a shell script C<tl-portable.sh>
and a DOS batch file C<tl-portable.bat> which start up a new shell and
command prompt in which TeX Live can be run with minimal impact on the
-host system. These files start up C<install-tl.pl> with the
+host system. These files start up C<install-tl> with the
C<-portable> option for some minimal preparation. Don't use this option
directly; it makes very specific assumptions about its environment.