diff options
author | Norbert Preining <preining@logic.at> | 2010-07-04 12:24:36 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-07-04 12:24:36 +0000 |
commit | 61d94c2e1cecc2196f996dcad3b2937fa88f7ae6 (patch) | |
tree | 45b9929bb05a942fcc59f642d7ff150a37dfb726 /Master/texmf | |
parent | 7921464d4efd36adf09b6765859d8bea9b9e4932 (diff) |
use fmtutil new option --no-error-if-no-format
git-svn-id: svn://tug.org/texlive/trunk@19224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 7af705ddcc3..e1fee6591ff 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -643,7 +643,7 @@ sub handle_execute_actions # first regenerate all formats --byengine for my $e (keys %updated_engines) { log ("updating formats based on $e\n"); - $errors += do_cmd_and_check("fmtutil-sys --byengine $e"); + $errors += do_cmd_and_check("fmtutil-sys --no-error-if-no-format --byengine $e"); } # now rebuild all other formats for my $f (keys %do_enable) { |