diff --git a/lib/configure.py b/lib/configure.py index 23ec3c82dc..b3d1f697db 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1772,8 +1772,8 @@ def rescanTeXFiles(): interpreter = sys.executable if interpreter == '': interpreter = "python" - tfp = cmdOutput(interpreter + " -tt " + '"' - + os.path.join(srcdir, 'scripts', 'TeXFiles.py') + '"') + tfp = cmdOutput('"%s" -tt "%s"' % (interpreter,\ + os.path.join(srcdir, 'scripts', 'TeXFiles.py'))) logger.info(tfp) logger.info("\tdone") diff --git a/status.23x b/status.23x index e1cfddbe3f..18ed4fac02 100644 --- a/status.23x +++ b/status.23x @@ -65,6 +65,8 @@ What's new * INTERNALS +- Properly quote python interpreter when scanning TeX files. + * DOCUMENTATION AND LOCALIZATION