]> git.lyx.org Git - features.git/blobdiff - src/support/Package.cpp
Ditch the quote_python flag.
[features.git] / 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());