texlive[51702] Master/texmf-dist/scripts/texlive/tlmgr.pl:

commits+preining at tug.org commits+preining at tug.org
Mon Jul 22 02:24:52 CEST 2019


Revision: 51702
          http://tug.org/svn/texlive?view=revision&revision=51702
Author:   preining
Date:     2019-07-22 02:24:51 +0200 (Mon, 22 Jul 2019)
Log Message:
-----------
tlmgr/win32/platform: return error to not run post actions

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	2019-07-21 23:53:06 UTC (rev 51701)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2019-07-22 00:24:51 UTC (rev 51702)
@@ -4798,7 +4798,8 @@
                            dviout.win32 wintools.win32/;
   if ($^O =~ /^MSWin/i) {
     warn("action `platform' not supported on Windows\n");
-    return ($F_WARNING);
+    # return an error here so that we don't go into post-actions
+    return ($F_ERROR);
   }
   if ($opts{"usermode"}) {
     tlwarn("$prg: action `platform' not supported in usermode\n");



More information about the tex-live-commits mailing list