]> git.lyx.org Git - lyx.git/commit
Fix bug #11214
authorEnrico Forestieri <forenr@lyx.org>
Sat, 28 Jul 2018 21:27:43 +0000 (23:27 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 28 Jul 2018 21:27:43 +0000 (23:27 +0200)
commit9a851be4fabd18ea0c82cbe2af59dd33410cb9f2
tree0577721ca871c0382a23b38eeb777eb0dd6a4282
parent3481bf4c111d5a6b53b6c883bd54cd5b08903f8f
Fix bug #11214

The checkProg() function was separating a command from its parameters
by splitting at the first space. This was a problem if the command
was specified with a full path containing spaces. Now the checkProg()
function separates a command from the parameters by splitting at the
first non-quoted space. So, it suffices quoting a path to solve the
issue.
lib/configure.py
status.23x