aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtexall2
1 files changed, 1 insertions, 1 deletions
diff --git a/texall b/texall
index 0b612a5..6a14ccc 100755
--- a/texall
+++ b/texall
@@ -355,7 +355,7 @@ def processtexfiles(args):
for bbl in bbls:
bblpath = os.path.normpath(os.path.join(dirname, bbl))
bbltime = os.path.getmtime(bblpath)
- if options.force or bbltime < bibtime:
+ if (options.force and not options.singlerun) or bbltime < bibtime:
reason = ""
if options.verbosity:
if bbltime < bibtime: