summaryrefslogtreecommitdiff
path: root/Master/install-tl.pl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-04-13 10:13:35 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-04-13 10:13:35 +0000
commit4594335a6c77e53d07dd5f0333080655bfb003c2 (patch)
tree25a1c2aa454fea8065fd09b82f7760e450d86317 /Master/install-tl.pl
parent035fd9e75eb6d949b973cfced1dcd29a4ea02742 (diff)
Win32 portable option: PATHEXT set by batchfile, only for current process.
git-svn-id: svn://tug.org/texlive/trunk@7400 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-xMaster/install-tl.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index 56711e63172..aa273d1dd8c 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -143,7 +143,7 @@ my $opt_quiet = 0;
my $opt_qquiet = 0;
my $opt_nonadmin = 0;
my $opt_arch = 0;
-my $opt_portable = 0;
+our $opt_portable = 0;
my $opt_help = 0;
my $opt_version = 0;
my $opt_gui = 0;
@@ -1206,11 +1206,11 @@ to install TeX Live from various media including the network.
=head1 PORTABLE USE
The TeXLive root directory contains a shell script tl-portable.sh
-and a DOS batch file which start up a new shell and command prompt
-in which TeXLive can be run with minimal impact on the host
-system. These files start up install-tl.pl with the -portable option
-for some minimal preparation. Don't use this option directly; it
-makes very specific assumptions about its environment.
+and a DOS batch file tl-portable.bat which start up a new shell and
+command prompt in which TeXLive can be run with minimal impact on
+the host system. These files start up install-tl.pl with the
+-portable option for some minimal preparation. Don't use this option
+directly; it makes very specific assumptions about its environment.
=head1 AUTHORS AND COPYRIGHT