[Collab-qa-commits] r2270 - udd/udd
Andreas Tille
tille at alioth.debian.org
Sun May 6 13:54:25 UTC 2012
Author: tille
Date: 2012-05-06 13:54:24 +0000 (Sun, 06 May 2012)
New Revision: 2270
Modified:
udd/udd/bibref_gatherer.py
Log:
Now even without typo ...
Modified: udd/udd/bibref_gatherer.py
===================================================================
--- udd/udd/bibref_gatherer.py 2012-05-06 13:51:45 UTC (rev 2269)
+++ udd/udd/bibref_gatherer.py 2012-05-06 13:54:24 UTC (rev 2270)
@@ -294,7 +294,7 @@
if isfile('/usr/bin/pdflatex') and access('/usr/bin/pdflatex', X_OK) and \
isfile('/usr/bin/bibtex') and access('/usr/bin/bibtex', X_OK) and \
( isfile('/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm.mf') or \
- isfile('/usr/share/texmf-texlive/fonts/source/jknappen/ec/ecrm.mf'):
+ isfile('/usr/share/texmf-texlive/fonts/source/jknappen/ec/ecrm.mf') ) :
# create BibTeX file
bf = open(self.bibtexfile, 'w')
cur.execute("SELECT * FROM bibtex()")
More information about the Collab-qa-commits
mailing list