Skip to content

Commit

Permalink
GH-44453: [Release] Add shebang to 07-matlab-upload.sh (#44454)
Browse files Browse the repository at this point in the history
### Rationale for this change

Executable scripts should have shebang.

### What changes are included in this PR?

Add `#!/usr/bin/env bash`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #44453

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
  • Loading branch information
kou authored Oct 17, 2024
1 parent 1a323fc commit 4a7cfd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/release/07-matlab-upload.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4a7cfd6

Please sign in to comment.