summaryrefslogtreecommitdiff
path: root/Master/bin/win32/generate-fmtutil.texlua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/win32/generate-fmtutil.texlua')
-rwxr-xr-xMaster/bin/win32/generate-fmtutil.texlua3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/bin/win32/generate-fmtutil.texlua b/Master/bin/win32/generate-fmtutil.texlua
index f841024298d..f871b3f71d5 100755
--- a/Master/bin/win32/generate-fmtutil.texlua
+++ b/Master/bin/win32/generate-fmtutil.texlua
@@ -38,7 +38,8 @@ if (not(script)) then
os.exit(1)
end
-command={perlbin, script}
+command={'"'..perlbin..'"', '"'..script..'"'}
+command[0] = perlbin
for i=1, #arg do
command[#command+1]=arg[i]