Prechádzať zdrojové kódy

build: Make sure the messages are properly formatted

Luca Barbato 7 rokov pred
rodič
commit
2ba6d1445c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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()