提交 f89f99fe 编写于 作者: H Hui Zhang

update pack model tool

上级 e79e00a6
...@@ -27,9 +27,6 @@ EOF ...@@ -27,9 +27,6 @@ EOF
. utils/parse_options.sh . utils/parse_options.sh
echo $PWD
echo $dict
if [ $# != 4 ]; then if [ $# != 4 ]; then
echo "${help_message}" echo "${help_message}"
exit 1 exit 1
...@@ -119,8 +116,6 @@ if [ -n "${lm}" ]; then ...@@ -119,8 +116,6 @@ if [ -n "${lm}" ]; then
fi fi
fi fi
echo ${dict}
echo test -e ${dict}
# dict # dict
if [ -n "${dict}" ]; then if [ -n "${dict}" ]; then
if [ -e ${dict} ]; then if [ -e ${dict} ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册