提交 401df868 编写于 作者: B Bill Hamilton

minor changes to darwin build script

上级 c620f0d5
......@@ -172,7 +172,7 @@
brew install --force pkgconfig
brew unlink pkgconfig && brew link --force pkgconfig
STATUS=$(curl -LO -w '%{http_code}' --connect-timeout 30 https://github.com/mongodb/mongo-c-driver/releases/download/1.9.3/mongo-c-driver-1.9.3.tar.gz)
if [ $STATUS -ne 200 ]; then
if [ "${STATUS}" -ne 200 ]; then
rm -f ${TEMP_DIR}/mongo-c-driver-1.9.3.tar.gz
printf "\tUnable to download MongoDB C driver at this time.\n"
printf "\tExiting now.\n\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册