Commit 679c3435 by 据说甜蜜呢

添加eval

parent 11f1175f
Pipeline #4105 passed with stage
in 15 seconds
......@@ -6,7 +6,7 @@ function ToLower()
{
declare input=$1
declare output=($(echo "${input}" | tr 'A-Z' 'a-z'))
$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