diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-07 21:53:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-07 21:53:26 +0000 |
commit | f091af030bfa5c2798e66f3bfc9b25bfa2e7a552 (patch) | |
tree | e330ceed23398d07d15cb5cc3b02e7473e0d8cb9 /Master | |
parent | 561de0a74e8bcfc89e6f8cef0d44a63fd5a4acca (diff) |
typos, comments
git-svn-id: svn://tug.org/texlive/trunk@14177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/install-tl | 2 | ||||
-rwxr-xr-x | Master/install-tl-advanced.bat | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Master/install-tl b/Master/install-tl index 0a5c0a48485..387b82c7e90 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -542,7 +542,7 @@ exit(0); sub do_installation { if (win32()) { - debug("Switching to non-admin mode due to explict user request!\n"); + debug("Switching to non-admin mode due to explicit user request!\n"); non_admin() if !$vars{'option_w32_multi_user'}; } # do the actual installation diff --git a/Master/install-tl-advanced.bat b/Master/install-tl-advanced.bat index 32d003b1b6c..3edd1373ede 100755 --- a/Master/install-tl-advanced.bat +++ b/Master/install-tl-advanced.bat @@ -1,9 +1,11 @@ @echo off
rem $Id$
-rem Start installer in advanced (perltk) mode
-rem
rem Public domain.
rem Originally written 2009 by Norbert Preining.
+rem
+rem Start installer in advanced (perltk) mode. This is here so that
+rem it can easily launched from the normal Windows GUI, not just the
+rem command line.
call "%~dp0install-tl.bat" -gui perltk %*
|