texlive[56795] Build/source/texk/web2c/luatexdir/tex/errors.c: typo
commits+kakuto at tug.org
commits+kakuto at tug.org
Thu Oct 29 10:20:26 CET 2020
Revision: 56795
http://tug.org/svn/texlive?view=revision&revision=56795
Author: kakuto
Date: 2020-10-29 10:20:26 +0100 (Thu, 29 Oct 2020)
Log Message:
-----------
typo in w32 code in errors.c
Modified Paths:
--------------
trunk/Build/source/texk/web2c/luatexdir/tex/errors.c
Modified: trunk/Build/source/texk/web2c/luatexdir/tex/errors.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/tex/errors.c 2020-10-29 00:53:42 UTC (rev 56794)
+++ trunk/Build/source/texk/web2c/luatexdir/tex/errors.c 2020-10-29 09:20:26 UTC (rev 56795)
@@ -398,8 +398,9 @@
strcat(fullcmd, "\"");
strcat(fullcmd, command);
}
+#else
+ fullcmd = command;
#endif
- fullcmd = command;
/*tex Execute the command. */
if (system (fullcmd) != 0) {
fprintf (stderr, "! Trouble executing `%s'.\n", command);
More information about the tex-live-commits
mailing list.