提交 8c0dd971 编写于 作者: D David Kean

Merge pull request #9133 from jasonwilliams200OK/master

Case insensitive OSTYPE comparison
......@@ -57,7 +57,7 @@ run_make()
local is_good=false
MAKE="make"
if [[ $OSTYPE == *bsd* ]]; then
if [[ $OSTYPE == *[Bb][Ss][Dd]* ]]; then
MAKE="gmake"
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册