Re: [LyX/master] configure.py: fix bug #11053

2018-03-02 Thread Uwe Stöhr
Am 02.03.2018 um 20:39 schrieb José Abílio Matos: This is mater of style, but personally I think that the next option is more readable:... Hello José, fine with me. All I did was to find the missing " and adding them. Please change the line as you like and commit to master. I will backport

Re: [LyX/master] configure.py: fix bug #11053

2018-03-02 Thread José Abílio Matos
On Friday, 2 March 2018 19.14.52 WET Uwe Stöhr wrote: > -tfp = cmdOutput(interpreter + " -tt " + '"' > +tfp = cmdOutput('"' + interpreter + '"' + " -tt " + '"' > + os.path.join(srcdir, 'scripts', 'TeXFiles.py') + '"') This is mater of style, but personally I think th