Revert "configure.py: fix bug #11053"

This reverts commit 151ee98e3b.
This commit is contained in:
Uwe Stöhr 2018-03-02 20:13:22 +01:00
parent 151ee98e3b
commit 0dee0920e0

View File

@ -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")