summaryrefslogtreecommitdiff
path: root/ci/android-install-sdk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/android-install-sdk.sh')
-rw-r--r--ci/android-install-sdk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/android-install-sdk.sh b/ci/android-install-sdk.sh
index ab7e14d95b..e43cbc3a6b 100644
--- a/ci/android-install-sdk.sh
+++ b/ci/android-install-sdk.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# Copyright 2016 The Rust Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution and at
# http://rust-lang.org/COPYRIGHT.
@@ -56,5 +56,5 @@ echo "yes" | \
echo "no" |
./sdk/tools/bin/avdmanager create avd \
- --name $1 \
+ --name "${1}" \
--package "system-images;android-24;default;$abi"