diff options
author | Norbert Preining <preining@logic.at> | 2009-07-08 17:41:09 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-08 17:41:09 +0000 |
commit | 2e2bb086995bdab0cf7a50606e3f660714183c26 (patch) | |
tree | dd8be403cb63a9eeddde0ad98e5033abe07c44a5 /Master | |
parent | 8da3e7780d65f7ad55ec561bae51ce3ed1bca66b (diff) |
give info when regenerating all formats, since that takes some time
git-svn-id: svn://tug.org/texlive/trunk@14190 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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; } |