mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Merge branch 'master' of git.lyx.org:lyx
This commit is contained in:
commit
8663a371f3
@ -933,9 +933,9 @@ FileName const unzipFile(FileName const & zipped_file, string const & unzipped_f
|
||||
unzippedFileName(zipped_file.toFilesystemEncoding()) :
|
||||
unzipped_file);
|
||||
// Run gunzip
|
||||
string const command = "gunzip -c " +
|
||||
zipped_file.toFilesystemEncoding() + " > " +
|
||||
tempfile.toFilesystemEncoding();
|
||||
string const command = "gunzip -c \"" +
|
||||
zipped_file.toFilesystemEncoding() + "\" > \"" +
|
||||
tempfile.toFilesystemEncoding() + "\"";
|
||||
Systemcall one;
|
||||
one.startscript(Systemcall::Wait, command);
|
||||
// test that command was executed successfully (anon)
|
||||
|
Loading…
Reference in New Issue
Block a user