File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2160,7 +2160,7 @@ for host in "${ALL_HOSTS[@]}"; do
2160
2160
2161
2161
# FIXME: Foundation doesn't build from the script on OS X
2162
2162
if [[ ${host} == " macosx" * ]]; then
2163
- echo " Skipping Foundation on OS X -- use the XCode project instead"
2163
+ echo " Skipping Foundation on OS X -- use the Xcode project instead"
2164
2164
continue
2165
2165
fi
2166
2166
@@ -2415,7 +2415,7 @@ for host in "${ALL_HOSTS[@]}"; do
2415
2415
foundation)
2416
2416
# FIXME: Foundation doesn't build from the script on OS X
2417
2417
if [[ ${host} == " macosx" * ]]; then
2418
- echo " Skipping Foundation on OS X -- use the XCode project instead"
2418
+ echo " Skipping Foundation on OS X -- use the Xcode project instead"
2419
2419
continue
2420
2420
fi
2421
2421
if [[ " ${SKIP_TEST_FOUNDATION} " ]]; then
@@ -2624,7 +2624,7 @@ for host in "${ALL_HOSTS[@]}"; do
2624
2624
foundation)
2625
2625
# FIXME: Foundation doesn't build from the script on OS X
2626
2626
if [[ ${host} == " macosx" * ]]; then
2627
- echo " Skipping Foundation on OS X -- use the XCode project instead"
2627
+ echo " Skipping Foundation on OS X -- use the Xcode project instead"
2628
2628
continue
2629
2629
fi
2630
2630
if [[ -z " ${INSTALL_FOUNDATION} " ]] ; then
You can’t perform that action at this time.
0 commit comments