mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix forward search
The provided working directory was not properly set when the underlying process starts. It is not clear, why only this one call to one.startscript() needs fixing. OTOH, the other calls do not use 'Systemcall::DontWait' as the first parameter.
This commit is contained in:
parent
4597622ce5
commit
bdf8c3b530
@ -4496,7 +4496,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
command = subst(command, "$$t", texname);
|
||||
command = subst(command, "$$o", outname);
|
||||
|
||||
PathChanger p(path);
|
||||
volatile PathChanger p(path);
|
||||
Systemcall one;
|
||||
one.startscript(Systemcall::DontWait, command);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user