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:41:03 +1100
commit721fbe05a19045f07390088c0687f1171d64658a (patch)
tree3da70948d05f85e7b03aaa0b1954e3401cbf8608
parentsb: Fix op parsing bug where the string was not created. (diff)
downloadrtems-source-builder-721fbe05a19045f07390088c0687f1171d64658a.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: