Quellcode durchsuchen

compile script: remove useless -e prefix for info output

Felix Paul Kühne vor 6 Jahren
Ursprung
Commit
a9e2b0dd19
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compileAndBuildVLCKit.sh

+ 1 - 1
compileAndBuildVLCKit.sh

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