[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:52:29 UTC 2016
Module: rtems-source-builder
Branch: master
Commit: eb252061aaed4c27c2253948839175882048ec4d
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=eb252061aaed4c27c2253948839175882048ec4d
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