summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/make4ht/formats
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-05 22:20:31 +0000
committerKarl Berry <karl@freefriends.org>2022-04-05 22:20:31 +0000
commit4c6781299b7ccd2769b41e5fcbb75c8f451e1061 (patch)
treefb5d662a36d30dd8744ec10242e5c9abac77c0d9 /Master/texmf-dist/scripts/make4ht/formats
parent980b7410cdd2e14152f006fdc1baa5041263b0b9 (diff)
make4ht (22mar22)
git-svn-id: svn://tug.org/texlive/trunk@62953 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/make4ht/formats')
-rw-r--r--Master/texmf-dist/scripts/make4ht/formats/make4ht-odt.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/make4ht/formats/make4ht-odt.lua b/Master/texmf-dist/scripts/make4ht/formats/make4ht-odt.lua
index 01a587aff47..3f0ee3aaa89 100644
--- a/Master/texmf-dist/scripts/make4ht/formats/make4ht-odt.lua
+++ b/Master/texmf-dist/scripts/make4ht/formats/make4ht-odt.lua
@@ -73,10 +73,10 @@ function Odtfile:pack()
lfs.chdir(self.archivelocation)
-- make temporary mime type file
self:make_mimetype()
- mkutils.execute(zip_command .. " -q0X '" .. self.name .. "' " .. self.mimetypename)
+ mkutils.execute(zip_command .. ' -q0X "' .. self.name .. '" ' .. self.mimetypename)
-- remove it, so the next command doesn't overwrite it
self:remove_mimetype()
- mkutils.execute(zip_command .." -r '" .. self.name .. "' *")
+ mkutils.execute(zip_command ..' -r "' .. self.name .. '" *')
lfs.chdir(currentdir)
mkutils.cp(self.archivelocation .. "/" .. self.name, self.name)
mkutils.delete_dir(self.archivelocation)