mirror of https://github.com/BOINC/boinc.git
Mac: fix a typo in build script
svn path=/trunk/boinc/; revision=25897
This commit is contained in:
parent
6e816094bd
commit
479a1aa963
|
@ -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
|
||||
|
|
|
@ -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 "----------------------------------"
|
||||
|
|
Loading…
Reference in New Issue