未验证 提交 6a52fdea 编写于 作者: Q QinZuoyan 提交者: GitHub

scripts: fix pack_common.sh to enable copy dir (#257)

上级 6aa95f77
......@@ -60,7 +60,7 @@ function copy_file()
echo "ERROR: invalid copy file command: cp $*"
exit 1
fi
cp -v $*
cp -Lrv $*
if [ $? -ne 0 ]; then
echo "ERROR: copy file failed: cp $*"
exit 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册