From 2114bd4559718b40349e20bf8f1e35a852f26dbc Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 17 Oct 2024 13:11:21 +0900 Subject: [PATCH] GH-44453: [Release] Add shebang to `07-matlab-upload.sh` --- dev/release/07-matlab-upload.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/release/07-matlab-upload.sh b/dev/release/07-matlab-upload.sh index 803ceadb35eaf..fa3f2f1086717 100755 --- a/dev/release/07-matlab-upload.sh +++ b/dev/release/07-matlab-upload.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash +# # 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