texlive[54422] Master/tlpkg/tlpostcode/haranoaji-tlpost.pl: silent if

commits+karl at tug.org commits+karl at tug.org
Fri Mar 20 18:22:15 CET 2020


Revision: 54422
          http://tug.org/svn/texlive?view=revision&revision=54422
Author:   karl
Date:     2020-03-20 18:22:14 +0100 (Fri, 20 Mar 2020)
Log Message:
-----------
silent if non-windows.

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpostcode/haranoaji-tlpost.pl

Modified: trunk/Master/tlpkg/tlpostcode/haranoaji-tlpost.pl
===================================================================
--- trunk/Master/tlpkg/tlpostcode/haranoaji-tlpost.pl	2020-03-20 16:36:44 UTC (rev 54421)
+++ trunk/Master/tlpkg/tlpostcode/haranoaji-tlpost.pl	2020-03-20 17:22:14 UTC (rev 54422)
@@ -49,7 +49,7 @@
     require Win32::API;
     Win32::API->import ();
 } else {
-    print "$0: For non-Windows, do nothing\n";
+    # for non-Windows, silently do nothing, to avoid tl-update-tlnet failure.
     exit 0;
 }
 



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