mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
Put back '=>' in msg_normal() as before in non-chroot.
--HG-- extra : convert_revision : a3007e87884a904b47e7ecdfddeafe582ffbaaff
This commit is contained in:
parent
cfd8537c85
commit
62c195287c
1 changed files with 1 additions and 1 deletions
2
xbps.sh
2
xbps.sh
|
@ -159,7 +159,7 @@ msg_normal()
|
|||
if [ -n "$in_chroot" ]; then
|
||||
echo "[chroot] $1"
|
||||
else
|
||||
echo "$1"
|
||||
echo "=> $1"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue