Commit 37265c1c authored by qa_quantgroup's avatar qa_quantgroup

update

parent 8d236e6c
......@@ -43,7 +43,7 @@ function transByUrl()
function transByPara()
{
if [ -n "$4" ];then
if [ -n "$5" ];then
echo "sed -i \"s/\/$3/\/$5-$3/g\" $4"
sed -i "s/\/$3/\/$5-$3/g" $4
fi
......
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