diff options
Diffstat (limited to 'texall')
| -rwxr-xr-x | texall | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -259,8 +259,8 @@ class AnalyseLogRequests(Analyser): error(self.d.name, "ignoring request to run %s for security reasons"%binary, warning=True) continue options[:0] = [binary] - if binary == "bibtex8": - options[1:1] = [ "--wolfgang" ] +# if binary == "bibtex8": +# options[1:1] = [ "--wolfgang" ] if infile != None: options.append(infile) self.addrequest(tuple(options), pri) |
