From 9f7d32c6ffe32acf8e016f317b896b46e1301000 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:05:26 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index 0e85d680..af730c38 100644 --- a/misc/core.func +++ b/misc/core.func @@ -448,7 +448,7 @@ msg_info() { if [[ "${VERBOSE:-no}" == "no" && -t 2 ]]; then start_spinner "$msg" else - printf "\r\e[2K%s %b\n" "$HOURGLASS" "${YW}${msg}${CL}" >&2 + printf "\r\e[2K%s %b" "$HOURGLASS" "${YW}${msg}${CL}" >&2 fi }