提交 07174f20 编写于 作者: C Chuansheng Lu 提交者: Jonathan Lu

[Misc] Fixed sh make.sh error

Summary: Fixed sh make.sh error

Test Plan: sh make.sh debug

Reviewed-by: kuaiwei, yuleil

Issue: #85
上级 609dfbdf
...@@ -25,7 +25,7 @@ if [ ! -f "dragonwell_version" ]; then ...@@ -25,7 +25,7 @@ if [ ! -f "dragonwell_version" ]; then
echo "File 'dragonwell_version' doesn't exist!" echo "File 'dragonwell_version' doesn't exist!"
exit 1; exit 1;
fi fi
source dragonwell_version source ./dragonwell_version
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册