summaryrefslogtreecommitdiff
path: root/Master/bin/win32/generate-updmap.texlua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/win32/generate-updmap.texlua')
-rwxr-xr-xMaster/bin/win32/generate-updmap.texlua3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/bin/win32/generate-updmap.texlua b/Master/bin/win32/generate-updmap.texlua
index dba25047e22..a6c8831e51f 100755
--- a/Master/bin/win32/generate-updmap.texlua
+++ b/Master/bin/win32/generate-updmap.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]