diff options
Diffstat (limited to 'Master')
-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 6a996255b02..fca9a6b8668 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1713,7 +1713,7 @@ sub action_update { my @foo = keys %removals; $totalnr += $#foo + 1; } - if (!$opts{"no-auto-install"} && $opts{"all"}) { + if (!$opts{"no-auto-install"} && ( $opts{"all"} || $opts{"list"} ) ) { $totalnr += $#new + 1; push @alltodo, @new; } |