提交 6ee066ad 编写于 作者: Y YOUR_NAME

[Desc]Modify the vendor configuration file path because the product_path

      is changed to an absolute path.

Change-Id: I4688bae0c69c8b4c415f8aa8c137c987786227a3
上级 996047a7
......@@ -64,7 +64,7 @@ if [ -f "$destination" ]; then
rm -rf $destination
fi
if [ ! -f "$source" ]; then
source="../..$7/config/sys/$config_file"
source="$7/config/sys/$config_file"
fi
cp $source $destination
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册