texlive[44560] Build/source/texk/kpathsea/win32:

commits+kakuto at tug.org commits+kakuto at tug.org
Sun Jun 11 10:54:15 CEST 2017


Revision: 44560
          http://tug.org/svn/texlive?view=revision&revision=44560
Author:   kakuto
Date:     2017-06-11 10:54:15 +0200 (Sun, 11 Jun 2017)
Log Message:
-----------
kpathsea/win32/mktexfmt.c: Use fmtutil-user for consistency with other platforms

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/win32/ChangeLog
    trunk/Build/source/texk/kpathsea/win32/mktexfmt.c

Modified: trunk/Build/source/texk/kpathsea/win32/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/win32/ChangeLog	2017-06-11 08:48:58 UTC (rev 44559)
+++ trunk/Build/source/texk/kpathsea/win32/ChangeLog	2017-06-11 08:54:15 UTC (rev 44560)
@@ -1,3 +1,7 @@
+2017-06-11  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
+
+	* mktexfmt.c: Use fmtutil-user for consistency with other platforms.
+
 2017-06-04  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* mktexfmt.c: Adapt to the new fmtutil.pl in TeX Live.

Modified: trunk/Build/source/texk/kpathsea/win32/mktexfmt.c
===================================================================
--- trunk/Build/source/texk/kpathsea/win32/mktexfmt.c	2017-06-11 08:48:58 UTC (rev 44559)
+++ trunk/Build/source/texk/kpathsea/win32/mktexfmt.c	2017-06-11 08:54:15 UTC (rev 44560)
@@ -116,9 +116,9 @@
     fprintf(stderr, "Running the command %s\n", fullbin);
     _spawnlp(_P_WAIT, fullbin, "fmtutil", "--byfmt", av[1], NULL);
   } else {
-    strcat(fullbin, "fmtutil-sys.exe");
+    strcat(fullbin, "fmtutil-user.exe");
     fprintf(stderr, "Running the command %s\n", fullbin);
-    _spawnlp(_P_WAIT, fullbin, "fmtutil-sys", "--byfmt", av[1], NULL);
+    _spawnlp(_P_WAIT, fullbin, "fmtutil-user", "--byfmt", av[1], NULL);
   }
 /* END COMMAND */
   



More information about the tex-live-commits mailing list