From 5f1b8f237a4e1396bfb8d3555ec9f9182e38e0d4 Mon Sep 17 00:00:00 2001 From: Sebastian Kuhnert Date: Thu, 9 Oct 2008 11:57:13 +0000 Subject: texall: update for biblatex 0.8 - remove workaround --- texall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/texall b/texall index 6951024..73aecdc 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