build.plat: add trailing newline at end of build script.
This commit is contained in:
parent
ded84fe9d6
commit
e59e2aa715
|
@ -404,7 +404,7 @@ class TemplatedPlatform(Platform):
|
||||||
else:
|
else:
|
||||||
assert False
|
assert False
|
||||||
|
|
||||||
return "\n".join(commands)
|
return "\n".join(commands) + "\n"
|
||||||
|
|
||||||
@jinja2.pass_context
|
@jinja2.pass_context
|
||||||
def invoke_tool(context, name):
|
def invoke_tool(context, name):
|
||||||
|
|
Loading…
Reference in a new issue