Avoid unnecessary spaces with the Windows shell.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39824 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-10-09 21:53:35 +00:00
parent 8edfef001d
commit 37ba87cfb1

View File

@ -594,7 +594,7 @@ string latexEnvCmdPrefix(string const & path)
+ sep + texinputs + "\" ";
else
return "cmd /d /c set TEXINPUTS=." + sep + texinputs_prefix
+ sep + texinputs + " & ";
+ sep + texinputs + "&";
}