diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2019-01-23 20:06:26 +0100 |
---|---|---|
committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2019-01-23 21:23:33 +0100 |
commit | 6dc9b9c959d9d0f38d79b014afc7665a3a7e6537 (patch) | |
tree | 3f8fdf9c4d9ac569caf41f0bf625b8d1aeb37b87 | |
parent | 224342aef880611f104f504827621361cf6906e7 (diff) |
scripts/periupport_conv: remove superfluous newline
Reported-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
-rwxr-xr-x | scripts/periupport_conv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/periupport_conv b/scripts/periupport_conv index 3de4d3d..2a74007 100755 --- a/scripts/periupport_conv +++ b/scripts/periupport_conv @@ -47,7 +47,7 @@ gawk -F: -v dst="$DST" -v cmd="$uuid_cmd" ' print "" >> F print "relationships:\n" >> F - print "bsp-commits:\n" >> F + print "bsp-commits:" >> F for (idx in sorted_idx) { commit = tasks[task][sorted_idx[idx]] print " -" commit >> F |