diff options
-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> |