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 @@ -2159,7 +2159,7 @@ for host in "${ALL_HOSTS[@]}"; do
2159
2159
2160
2160
# FIXME: Foundation doesn't build from the script on OS X
2161
2161
if [[ ${host} == " macosx" * ]]; then
2162
- echo " Skipping Foundation on OS X -- use the XCode project instead"
2162
+ echo " Skipping Foundation on OS X -- use the Xcode project instead"
2163
2163
continue
2164
2164
fi
2165
2165
@@ -2414,7 +2414,7 @@ for host in "${ALL_HOSTS[@]}"; do
2414
2414
foundation)
2415
2415
# FIXME: Foundation doesn't build from the script on OS X
2416
2416
if [[ ${host} == " macosx" * ]]; then
2417
- echo " Skipping Foundation on OS X -- use the XCode project instead"
2417
+ echo " Skipping Foundation on OS X -- use the Xcode project instead"
2418
2418
continue
2419
2419
fi
2420
2420
if [[ " ${SKIP_TEST_FOUNDATION} " ]]; then
@@ -2623,7 +2623,7 @@ for host in "${ALL_HOSTS[@]}"; do
2623
2623
foundation)
2624
2624
# FIXME: Foundation doesn't build from the script on OS X
2625
2625
if [[ ${host} == " macosx" * ]]; then
2626
- echo " Skipping Foundation on OS X -- use the XCode project instead"
2626
+ echo " Skipping Foundation on OS X -- use the Xcode project instead"
2627
2627
continue
2628
2628
fi
2629
2629
if [[ -z " ${INSTALL_FOUNDATION} " ]] ; then
You can’t perform that action at this time.
0 commit comments