summaryrefslogtreecommitdiffstats
path: root/packaging/installer
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-23 08:22:35 +1000
committerGitHub <noreply@github.com>2020-03-23 08:22:35 +1000
commitd82a7d36d75808bdd980f524992c3b66f5f84ab1 (patch)
treed02cda5dfe958250f00883419971419e8c701f58 /packaging/installer
parente7e778cff49eb7b65962512dbd5b47cd064c8541 (diff)
Improve installer output re newlines (#8447)
Diffstat (limited to 'packaging/installer')
-rw-r--r--packaging/installer/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/functions.sh b/packaging/installer/functions.sh
index 0998a200d7..f47d751326 100644
--- a/packaging/installer/functions.sh
+++ b/packaging/installer/functions.sh
@@ -264,7 +264,7 @@ run() {
printf >&2 "%s" "${info_console}${TPUT_BOLD}${TPUT_YELLOW}"
escaped_print >&2 "${@}"
- printf >&2 "%s" "${TPUT_RESET}"
+ printf >&2 "%s\n" "${TPUT_RESET}"
"${@}"