summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-06-13 14:47:13 -0700
committerAntonio Zugaldia <antonio@mapbox.com>2016-06-16 16:15:45 -0400
commit2893f39249650bac8c5c4c4edf6600018e811642 (patch)
tree87e0d88244b5d68317c844084e4e6a47058c87c8 /scripts
parenta5476346bf8dd696c6b7108d61dcc4928f8304e7 (diff)
downloadqtlocation-mapboxgl-2893f39249650bac8c5c4c4edf6600018e811642.tar.gz
[android] Rename OS X SDK to macOS SDK in Android 4.1 release branch
Fixes #5382 Also renamed as many references to OS X as possible to macOS in documentation.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/collect-coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/collect-coverage.sh b/scripts/collect-coverage.sh
index 35a9b8cd5a..efc93769f2 100755
--- a/scripts/collect-coverage.sh
+++ b/scripts/collect-coverage.sh
@@ -15,7 +15,7 @@ function usage() {
if [ `uname -s` = 'Linux' ]; then
echo "On Debian-based distros, you can install them via 'apt-get install lcov'"
elif [ `uname -s` = 'Darwin' ]; then
- echo "On OS X, you can install them via 'brew install lcov'"
+ echo "On macOS, you can install them via 'brew install lcov'"
fi
exit 1
}