diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/errors.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/errors.c b/Build/source/texk/web2c/luatexdir/tex/errors.c index 0c8f564236e..19be6570379 100644 --- a/Build/source/texk/web2c/luatexdir/tex/errors.c +++ b/Build/source/texk/web2c/luatexdir/tex/errors.c @@ -398,8 +398,9 @@ static void luatex_calledit (int baseptr, int linenumber) strcat(fullcmd, "\""); strcat(fullcmd, command); } -#endif +#else fullcmd = command; +#endif /*tex Execute the command. */ if (system (fullcmd) != 0) { fprintf (stderr, "! Trouble executing `%s'.\n", command); |