]> git.lyx.org Git - features.git/commit
Fix bug #9342: LaTeX build get stuck for unconventional path name
authorEnrico Forestieri <forenr@lyx.org>
Tue, 6 Jan 2015 21:06:46 +0000 (22:06 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 6 Jan 2015 21:06:46 +0000 (22:06 +0100)
commit383334c1fe72d1f8fc20fb1b9a35b7e041266c4a
tree018377b0f8fe8092caedb547f49d057ee731300d
parent855f24e063a7b28f536a1bbced246276f322cbbd
Fix bug #9342: LaTeX build get stuck for unconventional path name

The reason being that the TEXINPUTS path list was not quoted on Windows.
This was no problem with spaces but some special characters are
interpreted by the shell and can cause problems. In this particular
case, the '&' character was being interpreted as a command separator.
src/support/filetools.cpp
status.21x