[rtems-source-builder commit] sb: Fix vairable type in _if.

Chris Johns chrisj at rtems.org
Fri Mar 18 03:33:47 UTC 2016


Module:    rtems-source-builder
Branch:    4.11
Commit:    e6f96fc41e2b39824f93923cccc9b903b3fe6167
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=e6f96fc41e2b39824f93923cccc9b903b3fe6167

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Mar 18 14:30:27 2016 +1100

sb: Fix vairable type in _if.

Updates #2655.

---

 source-builder/sb/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:



More information about the vc mailing list