From d8bea125cef59042931b5fe62121b44e9573db49 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Tue, 15 Jan 2019 16:01:54 +0100 Subject: functions: add missing new line in msg_warn --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index e0c37c8..17850e2 100644 --- a/functions +++ b/functions @@ -17,7 +17,7 @@ msg_error() { msg_warn() { # bold/yellow - printf "\033[1m\033[33mWARNING: $@\033[m" + printf "\033[1m\033[33mWARNING: $@\033[m\n" } emergency_shell() { -- cgit 1.4.1