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 }