mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Fix op parsing bug where the string was not created.
Updates #2655.
This commit is contained in:
parent
a15650c97d
commit
eb252061aa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user