texlive[59276] Master/texmf-dist/scripts/texlive/tlmgr.pl: (main):

commits+karl at tug.org commits+karl at tug.org
Thu May 20 18:20:13 CEST 2021


Revision: 59276
          http://tug.org/svn/texlive?view=revision&revision=59276
Author:   karl
Date:     2021-05-20 18:20:13 +0200 (Thu, 20 May 2021)
Log Message:
-----------
(main): initialize $opts{"require-verification"}
to avoid warning, but why needed?

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	2021-05-19 23:48:50 UTC (rev 59275)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2021-05-20 16:20:13 UTC (rev 59276)
@@ -390,6 +390,9 @@
       }
     }
   }
+  
+  # why is this option so special? help ...
+  $opts{"require-verification"} = 0;
 
   # save command line options for later restart, if necessary
   @::SAVEDARGV = @ARGV;



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