summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJonathan Barda <jonathan.barda@gmail.com>2020-03-06 04:31:27 +0100
committerGitHub <noreply@github.com>2020-03-06 13:31:27 +1000
commit9b2ee02824c4ecec7ee3dab4ed171d8f52949a90 (patch)
tree2da969152a6268580f9fc9354f0a6e70577fc8f7 /packaging
parent6f887ee0a82b1afb90f4e895dff75b13d54ef3c8 (diff)
Removed extra printed `\n` (#8325)
When running the installation script, a lot of `\n` got printed before the return status `[OK]` or `[ERROR]`.
Diffstat (limited to 'packaging')
-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 fd4b3550f4..e820f6e244 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}\n"
+ printf >&2 "%s" "${TPUT_RESET}"
"${@}"