From: Uwe Stöhr Date: Fri, 2 Mar 2018 19:13:22 +0000 (+0100) Subject: Revert "configure.py: fix bug #11053" X-Git-Tag: 2.3.1~190 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0dee0920e0cd29899ebc436474a76608daee268f;p=features.git Revert "configure.py: fix bug #11053" This reverts commit 151ee98e3b886bc95fc072c7401270658f0bff6e. --- diff --git a/lib/configure.py b/lib/configure.py index 54c7503804..23ec3c82dc 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1772,7 +1772,7 @@ def rescanTeXFiles(): interpreter = sys.executable if interpreter == '': interpreter = "python" - tfp = cmdOutput('"' + interpreter + '"' + " -tt " + '"' + tfp = cmdOutput(interpreter + " -tt " + '"' + os.path.join(srcdir, 'scripts', 'TeXFiles.py') + '"') logger.info(tfp) logger.info("\tdone")