texlive[71070] Master/tlpkg/bin/tl-update-containers:

commits+karl at tug.org commits+karl at tug.org
Wed Apr 24 23:11:09 CEST 2024


Revision: 71070
          https://tug.org/svn/texlive?view=revision&revision=71070
Author:   karl
Date:     2024-04-24 23:11:08 +0200 (Wed, 24 Apr 2024)
Log Message:
-----------
(remove_from_list): forgot to receive @_.

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-containers

Modified: trunk/Master/tlpkg/bin/tl-update-containers
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-containers	2024-04-24 21:10:37 UTC (rev 71069)
+++ trunk/Master/tlpkg/bin/tl-update-containers	2024-04-24 21:11:08 UTC (rev 71070)
@@ -529,7 +529,7 @@
 # and more general ways to do this, but this is just for reporting.
 # 
 sub remove_from_list {
-  my ($listref,$elt_to_rm);
+  my ($listref,$elt_to_rm) = @_;
   my @ret = ();
   
   for my $elt (@$listref) {



More information about the tex-live-commits mailing list.