aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/helpers')
-rw-r--r--build-scripts/helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index c63bc60..b6c5041 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -77,7 +77,7 @@ function get_tarball_version {
#
download_another_build () {
local baseurl
- if ! echo "$1" | grep '//' >/dev/null; then
+ if ! echo "$1" | grep '://' >/dev/null; then
baseurl="http://snapshots.linaro.org/android/$1"
else
baseurl=$1