From cfcbec0b91e6aaff43006a14b4c95af1532cf0de Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Oct 2008 04:54:57 +0100 Subject: [PATCH] Misc tweaks again for msg_{error,warn}. --HG-- extra : convert_revision : 03960afc7bc1b52309315f55e0548b6a20121df7 --- xbps.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xbps.sh b/xbps.sh index daa779c2a6c..b178e22f2a6 100755 --- a/xbps.sh +++ b/xbps.sh @@ -166,9 +166,9 @@ msg_error() set_color red set_color bold if [ -n "$in_chroot" ]; then - echo -n "[chroot] ERROR: " + echo -n "[chroot] => ERROR: " else - echo -n "ERROR: " + echo -n "=> ERROR: " fi restore_color set_color bold @@ -183,9 +183,9 @@ msg_warn() set_color cyan set_color bold if [ -n "$in_chroot" ]; then - echo -n "[chroot] WARNING: " + echo -n "[chroot] => WARNING: " else - echo -n "WARNING: " + echo -n "=> WARNING: " fi restore_color set_color bold