Преглед изворни кода

build: Make sure the messages are properly formatted

Luca Barbato пре 7 година
родитељ
комит
2ba6d1445c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compileAndBuildVLCKit.sh

+ 1 - 1
compileAndBuildVLCKit.sh

@@ -92,7 +92,7 @@ info()
 {
      local green="\033[1;32m"
      local normal="\033[0m"
-     echo "[${green}info${normal}] $1"
+     echo -e "[${green}info${normal}] $1"
 }
 
 cleantheenvironment()