Commit acd63841 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix bugs 2

parent 69663192
...@@ -49,7 +49,8 @@ function func_parser_params(){ ...@@ -49,7 +49,8 @@ function func_parser_params(){
value=${array[1]} value=${array[1]}
if [[ ${mode} = ${MODE} ]]; then if [[ ${mode} = ${MODE} ]]; then
IFS="|" IFS="|"
echo $(func_set_params "${mode}" "${value}") #echo $(func_set_params "${mode}" "${value}")
echo value
break break
fi fi
IFS="|" IFS="|"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment