summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-18 14:24:17 +1100
committerChris Johns <chrisj@rtems.org>2016-03-18 14:41:03 +1100
commiteb252061aaed4c27c2253948839175882048ec4d (patch)
treed33532245cc614a60f4bb53f9dbc2ef2aa20c6d6
parentbare/qemu: Use a tarfile is the RSB is released. (diff)
downloadrtems-source-builder-eb252061aaed4c27c2253948839175882048ec4d.tar.bz2
sb: Fix op parsing bug where the string was not created.
Updates #2655.
-rw-r--r--source-builder/sb/config.py2
1 files changed, 2 insertions, 0 deletions
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