]> git.lyx.org Git - features.git/commit
Fix bug #9235: LyX 2.2's tex2lyx fails in general on Windows
authorEnrico Forestieri <forenr@lyx.org>
Thu, 27 Nov 2014 21:35:20 +0000 (22:35 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 27 Nov 2014 21:35:20 +0000 (22:35 +0100)
commit417c233d07cd5ad2e9b956e4cf459d4b2aaa1b7b
tree71e542ff3c67e089815127767c4c6d32dcb25bd7
parent11b7b7234e42ad46add882df914037930c6dd438
Fix bug #9235: LyX 2.2's tex2lyx fails in general on Windows

The reason being the backslashes in the path. Note that escaping
does not work here because the path is being interpreted multiple
times (how many times I don't know) and that would be fragile.
For this same reason, the change is not limited to Windows.
lib/configure.py