Merge branch 'master' into 2.0.0-hadoop2.7.4-java8

This commit is contained in:
Ivan Ermilov
2018-10-05 15:20:07 +02:00
2 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ function configure() {
echo "Configuring $module"
for c in `printenv | perl -sne 'print "$1 " if m/^${envPrefix}_(.+?)=.*/' -- -envPrefix=$envPrefix`; do
name=`echo ${c} | perl -pe 's/___/-/g; s/__/_/g; s/_/./g'`
name=`echo ${c} | perl -pe 's/___/-/g; s/__/@/g; s/_/./g; s/@/_/g;'`
var="${envPrefix}_${c}"
value=${!var}
echo " - Setting $name=$value"