summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl2
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);
}