This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new f35fdb0686 removed extra bin/bash line (#7603)
f35fdb0686 is described below
commit f35fdb068645180f7ce52a3cd57b7a2c8290f444
Author: Aman Chandra Kumar
<[email protected]>
AuthorDate: Tue Jul 8 06:16:32 2025 +0530
removed extra bin/bash line (#7603)
# What changes were proposed in this pull request?
This pull request removes extra #!/bin/bash line from the
trino-connector/integration-test/trino-test-tools/download_jar.sh file.
Closes #7587
Co-authored-by: Spiritedswordsman <[email protected]>
---
trino-connector/integration-test/trino-test-tools/download_jar.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/trino-connector/integration-test/trino-test-tools/download_jar.sh
b/trino-connector/integration-test/trino-test-tools/download_jar.sh
index 3dcdf8803c..ea982b8c67 100755
--- a/trino-connector/integration-test/trino-test-tools/download_jar.sh
+++ b/trino-connector/integration-test/trino-test-tools/download_jar.sh
@@ -18,7 +18,6 @@
# under the License.
set -e
-#!/bin/bash
# Function to download a JAR file if it does not already exist
download_jar() {