From 8a64caefc9bb0d4afe66b6bf09cf8f283a5e386e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 23 Mar 2022 03:01:06 +0000 Subject: CTAN sync 202203230301 --- support/make4ht/formats/make4ht-odt.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/make4ht/formats/make4ht-odt.lua') diff --git a/support/make4ht/formats/make4ht-odt.lua b/support/make4ht/formats/make4ht-odt.lua index 01a587aff4..3f0ee3aaa8 100644 --- a/support/make4ht/formats/make4ht-odt.lua +++ b/support/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) -- cgit v1.2.3