diff options
author | Norbert Preining <preining@logic.at> | 2017-11-15 03:45:40 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-11-15 03:45:40 +0000 |
commit | b0fc9bb1c37c8804810da02c9938d86ea1450fd0 (patch) | |
tree | 9e696e2e1dea32eef472f26f1709ac2444eb47e6 /Master/texmf-dist | |
parent | cc27519b2272f72c8635c459b6468124b2e2ee98 (diff) |
know your own functions ...
git-svn-id: svn://tug.org/texlive/trunk@45815 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-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); } |