From 171f92ec5d41aa8c00b0be3f1948414f2fc685da Mon Sep 17 00:00:00 2001 From: Wes McKinney Date: Mon, 1 Jul 2019 11:32:59 -0500 Subject: [PATCH] Do not curl in background --- dev/release/verify-release-candidate.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index f694fb4efc0..92c52a821ff 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -130,9 +130,8 @@ download_bintray_files() { --fail \ --location \ --output ${file} \ - https://dl.bintray.com/${BINTRAY_REPOSITORY}/${file} & + https://dl.bintray.com/${BINTRAY_REPOSITORY}/${file} done - wait } test_binary() {