summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-18 14:30:27 +1100
committerChris Johns <chrisj@rtems.org>2016-03-18 14:30:27 +1100
commite6f96fc41e2b39824f93923cccc9b903b3fe6167 (patch)
treefe7a32056182b55bfe17dafdf81765b627bcbc69
parentsb: Fix op parsing bug where the string was not created. (diff)
downloadrtems-source-builder-e6f96fc41e2b39824f93923cccc9b903b3fe6167.tar.bz2
sb: Fix vairable type in _if.
Updates #2655.
-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: