Mac: fix a typo in build script

svn path=/trunk/boinc/; revision=25897
This commit is contained in:
Charlie Fenton 2012-07-26 08:53:02 +00:00
parent 6e816094bd
commit 479a1aa963
2 changed files with 6 additions and 1 deletions

View File

@ -5072,3 +5072,9 @@ David 25 July 2012
boinc_db_types.h
boinc_db.cpp
schema_vda.sql
Charlie 26 July 2012
- Mac: fix a typo in build script.
mac_build/
setupForBOINC.sh

View File

@ -72,7 +72,6 @@ cd ../../curl-7.26.0/
if [ $? -ne 0 ]; then return 1; fi
source "${SCRIPT_DIR}/buildcurl.sh" ${doclean}
if [ $? -ne 0 ]; then return 1; fi
if [ $? -ne 0 ]; then return 1; fi
echo ""
echo "----------------------------------"