Commit e38d4db2 by 据说甜蜜呢

修改方法ToLower

parent 86f69134
Pipeline #4127 passed with stage
in 16 seconds
......@@ -6,7 +6,7 @@ function ToLower()
{
declare input=$1
declare output=($(echo "${input}" | tr 'A-Z' 'a-z'))
eval $2=output
eval $2=${output}
}
function GetServices()
......
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