From eb252061aaed4c27c2253948839175882048ec4d Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 18 Mar 2016 14:24:17 +1100 Subject: 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 -- cgit v1.2.3