arm64_download script - fix error starting vm twice.

R=epoger@google.com
TBR=epoger@google.com
NOTRY=true

Author: halcanary@google.com

Review URL: https://codereview.chromium.org/239653003

git-svn-id: http://skia.googlecode.com/svn/trunk@14210 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-04-15 20:29:38 +00:00
parent 87126fb154
commit 86cbfbeee6

View File

@ -138,10 +138,6 @@ arm64_download() {
try install_runtime "$working_directory" || return
try start_arm64_image "$working_directory" || return
try start_arm64_image \
"$working_directory" \
|| return
}
for command in gsutil xz tar md5sum gunzip; do