mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
ePub: quote all path names of the command
This commit is contained in:
parent
f7ed7f53c4
commit
f55efc6951
@ -39,7 +39,7 @@ if __name__ == '__main__':
|
||||
xslt = script_folder + 'docbook/epub3/chunk.xsl'
|
||||
saxon_jar = script_folder + 'scripts/saxon6.5.5.jar'
|
||||
saxon_params = 'base.dir=%s' % output_dir
|
||||
command = '"' + java_path + '" -jar "' + saxon_jar + '" ' + input + ' ' + xslt + ' ' + saxon_params
|
||||
command = '"' + java_path + '" -jar "' + saxon_jar + '" "' + input + '" "' + xslt + '" "' + saxon_params + '"'
|
||||
|
||||
print('XSLT style sheet to use:')
|
||||
print(xslt)
|
||||
|
Loading…
Reference in New Issue
Block a user