texlive[45815] Master/texmf-dist/scripts/texlive/tlmgr.pl: know your

commits+preining at tug.org commits+preining at tug.org
Wed Nov 15 04:45:40 CET 2017


Revision: 45815
          http://tug.org/svn/texlive?view=revision&revision=45815
Author:   preining
Date:     2017-11-15 04:45:40 +0100 (Wed, 15 Nov 2017)
Log Message:
-----------
know your own functions ...

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2017-11-15 03:45:29 UTC (rev 45814)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2017-11-15 03:45:40 UTC (rev 45815)
@@ -1500,7 +1500,7 @@
       @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);
   }



More information about the tex-live-commits mailing list