diff --git a/checkin_notes b/checkin_notes index a321804997..13e97d2e9b 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/mac_build/setupForBOINC.sh b/mac_build/setupForBOINC.sh index 2ad4828f11..48cbbaa6eb 100644 --- a/mac_build/setupForBOINC.sh +++ b/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 "----------------------------------"