ema800 workaround
This commit is contained in:
parent
d79407e737
commit
04779fa941
@ -131,7 +131,6 @@ f_macd_histogram_signal=${f_macd_histogram_signal}"
|
||||
}
|
||||
|
||||
function get_var_from_line {
|
||||
set -x
|
||||
if [ -z "${f_last_line_array[$2]}" ]
|
||||
then
|
||||
declare -g f_$1=0
|
||||
@ -144,7 +143,6 @@ function get_var_from_line {
|
||||
#declare -g f_$1="$(echo ${f_last_line_array[$2]})"
|
||||
declare -g f_$1="${f_last_line_array[$2]}"
|
||||
fi
|
||||
set +x
|
||||
f_all_vars="$f_all_vars
|
||||
f_$1=$(echo ${f_last_line_array[$2]})"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user