summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source-builder/sb/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/config.py b/source-builder/sb/config.py
index 98d12ea..7324998 100644
--- a/source-builder/sb/config.py
+++ b/source-builder/sb/config.py
@@ -793,7 +793,7 @@ class file:
log.trace('config: %s: _if: AND found at %i' % (self.name, andi))
if ori > 0 or andi > 0:
if ori == 0:
- i = andii
+ i = andi
elif andi == 0:
i = ori
elif ori < andi: