diff options
author | Norbert Preining <preining@logic.at> | 2021-01-15 02:30:58 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2021-01-15 02:30:58 +0000 |
commit | 0c94886a690ef7fee60da96291355e7401c01ab0 (patch) | |
tree | cbadbc055953c7ceb3ae37bc813387be4ec5358a /Master/texmf-dist/scripts | |
parent | 2c3391901db28c5c9ecf4f6da2d4eb9ac699ed27 (diff) |
fix user mode updmap calls
git-svn-id: svn://tug.org/texlive/trunk@57424 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index b0f48c9f6a1..7dc759544e4 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -872,7 +872,7 @@ sub do_cmd_and_check { sub handle_execute_actions { my $errors = 0; - my $sysmode = ($opts{"usermode"} ? "" : "-sys"); + my $sysmode = ($opts{"usermode"} ? "-user" : "-sys"); my $invoke_fmtutil = "fmtutil$sysmode $common_fmtutil_args"; if ($::files_changed) { |