mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #9453
This was due to a problem with the QProcess parser. See #9453 for details.
This commit is contained in:
parent
fcf8d1a746
commit
0a5e1f20fc
@ -733,15 +733,10 @@ string latexEnvCmdPrefix(string const & path)
|
||||
return "env TEXINPUTS=\"." + sep + texinputs_prefix
|
||||
+ sep + texinputs + "\" ";
|
||||
else
|
||||
#ifndef USE_QPROCESS
|
||||
// NOTE: *any* space in the last string matters! (see bug 9453)
|
||||
return "cmd /d /c set \"TEXINPUTS=."
|
||||
+ sep + texinputs_prefix
|
||||
+ sep + texinputs + "\"&";
|
||||
#else
|
||||
return "cmd /d /c set \"\"\"TEXINPUTS=."
|
||||
+ sep + texinputs_prefix
|
||||
+ sep + texinputs + "\"\"\"&";
|
||||
#endif
|
||||
+ sep + texinputs + " \" & ";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user