diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2009-08-14 20:50:30 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2009-08-14 20:50:30 +0000 |
commit | 663d34ecb0cc047708846e6b410bd4088bdf06bf (patch) | |
tree | fa3c2b8e07fffda0e81c3298d024ce6a185fda06 | |
parent | 1f0d783898a3b34876730b5eddf07278b963d806 (diff) |
Added TLUtils::tldie to imports
git-svn-id: svn://tug.org/texlive/trunk@14667 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/install-tl b/Master/install-tl index 2617c6ea8df..282c963b580 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -49,7 +49,7 @@ use Getopt::Long qw(:config no_autoabbrev); use Pod::Usage; use TeXLive::TLUtils qw(platform platform_desc - which getenv win32 unix info log debug tlwarn ddebug + which getenv win32 unix info log debug tlwarn ddebug tldie get_system_tmpdir member process_logging_options rmtree mkdirhier make_var_skeleton make_local_skeleton install_package copy install_packages dirname setup_programs welcome welcome_paths); @@ -907,7 +907,7 @@ EOF foreach (@changedtmf) { print TMF; } # # save the setting of shell_escape to the generated system texmf.cnf - # default in texmf/web2c/texmf.cnf is + # default in texmf/web2c/texmf.cnf is # shell_escape = p # so we write that only if the user *deselected* this option if (!$vars{"option_restricted"}) { @@ -1861,7 +1861,7 @@ the postinstall actions. =item B<-debug-translation> -This switch will make install-tl report any missing or probably +This switch will make install-tl report any missing or probably untranslated messages in the GUI installers to STDERR. =item B<-q> |