From fcbdbeefe8ecc8fc74bac46d4b213829bc7cc3d8 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 16 Jan 2024 16:44:04 +0100 Subject: [PATCH] Fixing bin/update-env.sh --- bin/update-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-env.sh b/bin/update-env.sh index c46eed3..8d0caa0 100755 --- a/bin/update-env.sh +++ b/bin/update-env.sh @@ -249,7 +249,7 @@ get_options() { if type -t msgfmt >/dev/null ; then : else - echo "Command '${RED}msgfmt${NORMAL}' not found, please install package '${YELLOW}gettext${NORMAL}' or appropriate." >&2 + echo -e "Command '${RED}msgfmt${NORMAL}' not found, please install package '${YELLOW}gettext${NORMAL}' or appropriate." >&2 exit 6 fi -- 2.39.5