diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 600615ae872..6e74e5b6e5a 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -576,7 +576,9 @@ sub handle_execute_actions { # if ($::regenerate_all_formats) { + info("Regenerating all formats, this may take some time ..."); $errors += do_cmd_and_check("fmtutil-sys --all"); + info("done\n"); $::regenerate_all_formats = 0; } |