about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYpnose <Ypnose@users.noreply.github.com>2019-01-15 16:01:54 +0100
committerToyam Cox <aviator45003@gmail.com>2019-01-15 10:08:57 -0500
commitd8bea125cef59042931b5fe62121b44e9573db49 (patch)
treeee42ea9e2ea5c21271b2b6f4cfe2dd145993e60b
parent6ce822fe242b394c5c3bc2ba8d0c41979ca4aa9b (diff)
downloadrunit-void-d8bea125cef59042931b5fe62121b44e9573db49.tar.gz
runit-void-d8bea125cef59042931b5fe62121b44e9573db49.tar.xz
runit-void-d8bea125cef59042931b5fe62121b44e9573db49.zip
functions: add missing new line in msg_warn
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
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() {