mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39749 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
660d2e9814
commit
5a63cba12a
@ -288,7 +288,7 @@ ForkedCall::ForkedCall(string const & path)
|
||||
cmd_prefix_ = "env 'TEXINPUTS=." + sep + texinputs
|
||||
+ sep + env + "' ";
|
||||
else
|
||||
cmd_prefix_ = "cmd /p /c set TEXINPUTS=." + sep + texinputs
|
||||
cmd_prefix_ = "cmd /d /c set TEXINPUTS=." + sep + texinputs
|
||||
+ sep + env + " & ";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user