From 62c195287ce6fb3349de281c6e44c84d884082e8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Oct 2008 09:35:05 +0100 Subject: [PATCH] Put back '=>' in msg_normal() as before in non-chroot. --HG-- extra : convert_revision : a3007e87884a904b47e7ecdfddeafe582ffbaaff --- xbps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps.sh b/xbps.sh index 37692a44928..49021cb7872 100755 --- a/xbps.sh +++ b/xbps.sh @@ -159,7 +159,7 @@ msg_normal() if [ -n "$in_chroot" ]; then echo "[chroot] $1" else - echo "$1" + echo "=> $1" fi }