mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
meson: add missing final newline in jinja2 outputs
I think this might be caused by trim_blocks=True. We were missing the final newline everywhere.
This commit is contained in:
@@ -31,5 +31,6 @@ if __name__ == '__main__':
|
||||
output = render(sys.argv[2], defines)
|
||||
with open(sys.argv[3], 'w') as f:
|
||||
f.write(output)
|
||||
f.write('\n')
|
||||
info = os.stat(sys.argv[2])
|
||||
os.chmod(sys.argv[3], info.st_mode)
|
||||
|
||||
Reference in New Issue
Block a user