From 0dee0920e0cd29899ebc436474a76608daee268f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 2 Mar 2018 20:13:22 +0100 Subject: [PATCH] Revert "configure.py: fix bug #11053" This reverts commit 151ee98e3b886bc95fc072c7401270658f0bff6e. --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.5