]> git.lyx.org Git - features.git/commit
Apparently, the env program does not strip quotes around the values of the
authorEnrico Forestieri <forenr@lyx.org>
Sun, 25 Sep 2011 20:33:06 +0000 (20:33 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 25 Sep 2011 20:33:06 +0000 (20:33 +0000)
commit9c365e841ea9ffce74d8b1e3466b12d848062f94
tree72ec26475df87fb8de9d35ec578cc0e786fc7e40
parenta749b73d95b87b75fb83ecf1fa659bf17427eeb9
Apparently, the env program does not strip quotes around the values of the
environment variables. So, replace single quotes by double ones, such that
the QProcess parser will strip them, and strip them by ourselves in ForkedCall.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39761 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/ForkedCalls.cpp
src/support/filetools.cpp