summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpostcode
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-20 17:22:14 +0000
committerKarl Berry <karl@freefriends.org>2020-03-20 17:22:14 +0000
commit646a19da2c01b0cd51e9f01f167ab04406543718 (patch)
treeca6d2a161a66bfe94f56d971c17b9acffe224f57 /Master/tlpkg/tlpostcode
parent7202d12c1f50364bc68174163537af6eabfdea5e (diff)
silent if non-windows.
git-svn-id: svn://tug.org/texlive/trunk@54422 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpostcode')
-rw-r--r--Master/tlpkg/tlpostcode/haranoaji-tlpost.pl2
1 files changed, 1 insertions, 1 deletions
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;
}