]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Fixing bin/update-env.sh
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 16 Jan 2024 15:44:04 +0000 (16:44 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 16 Jan 2024 15:44:04 +0000 (16:44 +0100)
bin/update-env.sh

index c46eed30e3f0b74f2397c7aad552cf32177da153..8d0caa02a7620c55de22d3e9b6ddaa7742edb5db 100755 (executable)
@@ -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