소스 검색

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()