summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/bin/win32/fmtutil-sys.texlua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/bin/win32/fmtutil-sys.texlua b/Master/bin/win32/fmtutil-sys.texlua
index 3b2032a15bc..abe3cce32bb 100755
--- a/Master/bin/win32/fmtutil-sys.texlua
+++ b/Master/bin/win32/fmtutil-sys.texlua
@@ -28,8 +28,8 @@ if string.find(basename, "-sys$") then
os.setenv("TEXMFCONFIG", kpse.var_value("TEXMFSYSCONFIG"))
end
-command[0] = "fmtutil"
-command[1] = "fmtutil"
+command[0] = "fmtutil.exe"
+command[1] = "fmtutil.exe"
for i=1, #arg do
command[#command+1]=arg[i]