提交 8a024cef 编写于 作者: G Guanqun Lu

fix the wrong check of empty string in build.sh

上级 af37612e
......@@ -38,7 +38,7 @@ if [[ $ARCH =~ [[:space:]] || ! $TARGET_ARCHS =~ (^|[[:space:]])$ARCH([[:space:]
exit 1
fi
if [ -z $"2" ]; then
if [ -z "$2" ]; then
INSTALL_DEPS=1
else
if [ "$2" == "full" ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册