From a6830e966e8c804c66375a7f28a0fab1f33627d6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 5 Apr 2019 13:49:41 -0300 Subject: [PATCH] chroot-style/ethereal.sh: fix some stuff --- common/chroot-style/ethereal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/chroot-style/ethereal.sh b/common/chroot-style/ethereal.sh index f1421385c3..cf6e4dc244 100755 --- a/common/chroot-style/ethereal.sh +++ b/common/chroot-style/ethereal.sh @@ -44,7 +44,7 @@ fi msg_red() { # error messages in bold/red [ -n "$NOCOLORS" ] || printf >&2 "\033[1m\033[31m" - printf "=> ERROR: %s\\n" "$@" + printf "=> ERROR: %s\\n" "$@" >&2 [ -n "$NOCOLORS" ] || printf >&2 "\033[m" } @@ -63,7 +63,7 @@ fake_mount() { [ -f "$2" -o -L "$2" ] && rm -f "$2" ln -s "$1" "$2" - echo "linked $1 -> $2" + echo "linked $2 -> $1" } if [ "${XBPS_ALLOW_CHROOT_BREAKOUT}" != "yes" ]; then