浏览代码

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 green="\033[1;32m"
      local normal="\033[0m"
      local normal="\033[0m"
-     echo "[${green}info${normal}] $1"
+     echo -e "[${green}info${normal}] $1"
 }
 }
 
 
 cleantheenvironment()
 cleantheenvironment()