]> git.lyx.org Git - features.git/commit
Refine fix for #9453
authorEnrico Forestieri <forenr@lyx.org>
Mon, 16 Mar 2015 09:50:02 +0000 (10:50 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 16 Mar 2015 09:55:54 +0000 (10:55 +0100)
commit1af2242c7e9c3dd4edd1ddba5f65e5de5c5e600a
tree2cf614220ed15282afade0ceeb100c1090d1140b
parent06776f2c8fa5e628409f599fa1bb06354b88de7d
Refine fix for #9453

It is better to introduce a dummy blank dir in TEXINPUTS rather than
appending a blank at the end. Even if I have checked that this is not
a problem with MikTeX, some other engine (maybe texlive, but I cannot
check) could not ignore this space and take it as the name of a dir.
In this case, TEXINPUTS would not end with an empty element and the
standard search path would not be inserted there.
src/support/filetools.cpp