Improve installer output re newlines (#8447)
James Mills committed
Mar 23, 2020 at 08:22 UTC
d82a7d36d75808bdd980f524992c3b66f5f84ab1
1 file changed
+1
-1
packaging/installer/functions.sh
+1
-1
@@ -264,7 +264,7 @@ run() {
264
265
printf >&2 "%s" "${info_console}${TPUT_BOLD}${TPUT_YELLOW}"
266
escaped_print >&2 "${@}"
267
- printf >&2 "%s" "${TPUT_RESET}"
267
+ printf >&2 "%s\n" "${TPUT_RESET}"
268
269
"${@}"
270