Another flatten array fix
This commit is contained in:
parent
723501526c
commit
7d137ed0c5
|
@ -31,7 +31,7 @@
|
||||||
#### OFUNCTIONS MINI SUBSET ####
|
#### OFUNCTIONS MINI SUBSET ####
|
||||||
#### OFUNCTIONS MICRO SUBSET ####
|
#### OFUNCTIONS MICRO SUBSET ####
|
||||||
_OFUNCTIONS_VERSION=2.3.0-dev-postRC2
|
_OFUNCTIONS_VERSION=2.3.0-dev-postRC2
|
||||||
_OFUNCTIONS_BUILD=2019080805
|
_OFUNCTIONS_BUILD=2019080806
|
||||||
#### _OFUNCTIONS_BOOTSTRAP SUBSET ####
|
#### _OFUNCTIONS_BOOTSTRAP SUBSET ####
|
||||||
_OFUNCTIONS_BOOTSTRAP=true
|
_OFUNCTIONS_BOOTSTRAP=true
|
||||||
#### _OFUNCTIONS_BOOTSTRAP SUBSET END ####
|
#### _OFUNCTIONS_BOOTSTRAP SUBSET END ####
|
||||||
|
@ -1052,7 +1052,7 @@ function ExecTasks {
|
||||||
newPidsArray=()
|
newPidsArray=()
|
||||||
|
|
||||||
if [ "$currentRunningPids" != "$(joinString " " ${pidsArray[@]})" ]; then
|
if [ "$currentRunningPids" != "$(joinString " " ${pidsArray[@]})" ]; then
|
||||||
Logger "ExecTask running for pids [${pidsArray[@]}]." "DEBUG"
|
Logger "ExecTask running for pids [$(joinString " " ${pidsArray[@]})]." "DEBUG"
|
||||||
currentRunningPids="$(joinString " " ${pidsArray[@]})"
|
currentRunningPids="$(joinString " " ${pidsArray[@]})"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue