From 646a19da2c01b0cd51e9f01f167ab04406543718 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 20 Mar 2020 17:22:14 +0000 Subject: silent if non-windows. git-svn-id: svn://tug.org/texlive/trunk@54422 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlpostcode/haranoaji-tlpost.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/tlpostcode/haranoaji-tlpost.pl b/Master/tlpkg/tlpostcode/haranoaji-tlpost.pl index 1fb281eb0df..07cab2eed4e 100644 --- a/Master/tlpkg/tlpostcode/haranoaji-tlpost.pl +++ b/Master/tlpkg/tlpostcode/haranoaji-tlpost.pl @@ -49,7 +49,7 @@ if (win32 ()) { 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; } -- cgit v1.2.3