]> git.lyx.org Git - features.git/commitdiff
Ditch the quote_python flag.
authorEnrico Forestieri <forenr@lyx.org>
Sun, 13 Oct 2013 21:57:33 +0000 (23:57 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 13 Oct 2013 21:57:33 +0000 (23:57 +0200)
This was discussed on the list some months ago:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg179563.html

src/support/Package.cpp

index 26870ed91b94e93c2779b2b84c0e578c5f46382b..96b8dae415a462b6a043b1dc7ac79d7338b50ff1 100644 (file)
@@ -140,7 +140,7 @@ Package::Package(string const & command_line_arg0,
 
        FileName const configure_script(addName(system_support().absFileName(), "configure.py"));
        configure_command_ = os::python() + ' ' +
-                       quoteName(configure_script.toFilesystemEncoding(), quote_python) +
+                       quoteName(configure_script.toFilesystemEncoding()) +
                        with_version_suffix() + " --binary-dir=" +
                        quoteName(FileName(binary_dir().absFileName()).toFilesystemEncoding());