diff options
Diffstat (limited to 'Master')
-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 c8d3e82ee69..5ce566bcffb 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -1500,7 +1500,7 @@ sub action_info { @whattolist = $tlm->list_packages; } # add also the local packages - TeXLive::TLUtils::push_uniq(@whattolist, $localtlpdb->list_packages); + TeXLive::TLUtils::push_uniq(\@whattolist, $localtlpdb->list_packages); } else { @whattolist = ($what, @todo); } |