From f92973ad3dd28cec57d57a377c1ded43473462fb Mon Sep 17 00:00:00 2001 From: Sebastian Kuhnert Date: Tue, 28 Oct 2008 09:41:39 +0000 Subject: texall script: reenable --wolfgang option to bibtex8 --- texall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'texall') diff --git a/texall b/texall index d76e877..5e708de 100755 --- a/texall +++ b/texall @@ -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) -- cgit v1.2.3