This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch 7999-docker-jdk
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/7999-docker-jdk by this push:
new 3b258bd Add #!/bin/bash shebang to build hooks.
3b258bd is described below
commit 3b258bd8654d4ef8bf930ace0d627b791ecf7270
Author: James Turton <[email protected]>
AuthorDate: Fri Sep 17 11:04:57 2021 +0200
Add #!/bin/bash shebang to build hooks.
---
hooks/build | 1 +
hooks/push | 1 +
2 files changed, 2 insertions(+)
diff --git a/hooks/build b/hooks/build
index 94e61db..e7ade4c 100755
--- a/hooks/build
+++ b/hooks/build
@@ -1,3 +1,4 @@
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
diff --git a/hooks/push b/hooks/push
index 08680dc..70b2591 100755
--- a/hooks/push
+++ b/hooks/push
@@ -1,3 +1,4 @@
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file