summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-01-28 08:49:51 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-01-28 08:49:51 -0800
commiteeeec862a29cbbc1548811fca1d6ee709f64e6f2 (patch)
treedbc449c80bd24dd7ed010a4102b17b04be52c154 /platform
parente2a3c02d1a9f280badd9c1c2a9063aa2afdac7ab (diff)
downloadqtlocation-mapboxgl-eeeec862a29cbbc1548811fca1d6ee709f64e6f2.tar.gz
[ios] Remove dependency on variable in package.sh
Fixes #3725.
Diffstat (limited to 'platform')
-rwxr-xr-xplatform/ios/scripts/document.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh
index 5f3eb31849..345cfdf7ea 100755
--- a/platform/ios/scripts/document.sh
+++ b/platform/ios/scripts/document.sh
@@ -5,7 +5,7 @@ set -o pipefail
set -u
if [ -z `which jazzy` ]; then
- step "Installing jazzy…"
+ echo "Installing jazzy…"
gem install jazzy
if [ -z `which jazzy` ]; then
echo "Unable to install jazzy. See https://github.com/mapbox/mapbox-gl-native/blob/master/platform/ios/INSTALL.md"