From 9e70f6dacb7e1cce6142295e351c36f6e3e96752 Mon Sep 17 00:00:00 2001 From: Werner Beroux Date: Thu, 30 Jul 2020 00:37:59 +0200 Subject: [PATCH] Avoids relying on Bash (#1700) This script runs fine with just Dash (SH) instead of Bash. Alpine Linux and others don't have Bash. --- scripts/format_binary_url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/format_binary_url.sh b/scripts/format_binary_url.sh index dce7466b2..1f8d4b978 100755 --- a/scripts/format_binary_url.sh +++ b/scripts/format_binary_url.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information