"docs/vscode:/vscode.git/clone" did not exist on "a8d0977769debad7c1071895f576f9413e2b967d"
Commit e450e32d authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix bugs

parent acd63841
...@@ -50,7 +50,7 @@ function func_parser_params(){ ...@@ -50,7 +50,7 @@ function func_parser_params(){
if [[ ${mode} = ${MODE} ]]; then if [[ ${mode} = ${MODE} ]]; then
IFS="|" IFS="|"
#echo $(func_set_params "${mode}" "${value}") #echo $(func_set_params "${mode}" "${value}")
echo 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