]> git.lyx.org Git - features.git/commit
Fix bug #9342: LaTeX build get stuck for unconventional path name
authorEnrico Forestieri <forenr@lyx.org>
Thu, 27 Nov 2014 20:59:09 +0000 (21:59 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 27 Nov 2014 20:59:09 +0000 (21:59 +0100)
commit11b7b7234e42ad46add882df914037930c6dd438
tree50886328284ab8e03ae00f949933ec523bf41e02
parent38f885867178406083ded5b9c7f0a6ddf1b656ec
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