[rtems-source-builder commit] sb: Fix op parsing bug where the string was not created.

Chris Johns chrisj at rtems.org
Fri Mar 18 03:28:00 UTC 2016


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

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

sb: Fix op parsing bug where the string was not created.

Updates #2655.

---

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

diff --git a/source-builder/sb/config.py b/source-builder/sb/config.py
index 4c26714..98d12ea 100644
--- a/source-builder/sb/config.py
+++ b/source-builder/sb/config.py
@@ -808,7 +808,9 @@ class file:
 
             istrue = False
 
+            s = ' '.join(ls)
             ifls = ls
+
             if len(ifls) == 1:
                 #
                 # Check if '%if %{x} == %{nil}' has both parts as nothing



More information about the vc mailing list