From: Frank Brehm Date: Tue, 16 Jan 2024 15:44:04 +0000 (+0100) Subject: Fixing bin/update-env.sh X-Git-Tag: 1.8.6~2^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=fcbdbeefe8ecc8fc74bac46d4b213829bc7cc3d8;p=pixelpark%2Fcreate-terraform.git Fixing bin/update-env.sh --- 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