summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-07-16 14:23:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-07-16 21:24:44 +0200
commitfc8f596dc70d147bac5cd6956f5c705462def0b6 (patch)
tree1b24cafc9511c06f4c699b6af1d1c299c632eadf /scripts
parentff3c320b5a4ec3e2e99418d1a983dfc3b97cba7b (diff)
downloadptxdist-fc8f596dc70d147bac5cd6956f5c705462def0b6.tar.gz
ptxdist-fc8f596dc70d147bac5cd6956f5c705462def0b6.tar.xz
ptxd_make_world_lint_credits: add missing echo at the end
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_world_lint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_lint.sh b/scripts/lib/ptxd_make_world_lint.sh
index ae48877ec..88fbe1dca 100644
--- a/scripts/lib/ptxd_make_world_lint.sh
+++ b/scripts/lib/ptxd_make_world_lint.sh
@@ -201,6 +201,7 @@ ptxd_make_world_lint_credits() {
fi
done
exec {filefd}<&-
+ echo
}
export -f ptxd_make_world_lint_credits
PTXDIST_LINT_COMMANDS="${PTXDIST_LINT_COMMANDS} credits"