summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-06-13 14:47:13 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-06-18 14:58:07 -0700
commit061854990ffe495910a5f0dc7c6bb5d394f772e9 (patch)
treee0f4581369d44fb3c7501abaa8d624588e2ab3fc /scripts
parentd564302c6d376da123f01028124b1702b13ad1ef (diff)
downloadqtlocation-mapboxgl-061854990ffe495910a5f0dc7c6bb5d394f772e9.tar.gz
[macos] Renamed OS X SDK to macOS SDK
Also renamed as many references to OS X as possible to macOS in documentation. Cherry-picked from b9702ef41a4cfdd0ab3107cfe5cec16ba3a4c230.
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
}