Put back '=>' in msg_normal() as before in non-chroot.

--HG--
extra : convert_revision : a3007e87884a904b47e7ecdfddeafe582ffbaaff
This commit is contained in:
Juan RP 2008-10-28 09:35:05 +01:00
parent cfd8537c85
commit 62c195287c

View file

@ -159,7 +159,7 @@ msg_normal()
if [ -n "$in_chroot" ]; then
echo "[chroot] $1"
else
echo "$1"
echo "=> $1"
fi
}