diff options
-rw-r--r-- | Master/tlpkg/tlpostcode/haranoaji-tlpost.pl | 2 |
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; } |