This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 77eb66bbce2195a7c9a194885a4fd8799be24994
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Mon Dec 12 15:19:46 2022 +0900

    chore(kustomize): force using bash in Makefile to avoid incompatibilities
---
 install/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/install/Makefile b/install/Makefile
index fa7a1608c..7c998bbb7 100644
--- a/install/Makefile
+++ b/install/Makefile
@@ -13,6 +13,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+#
+# Use bash explicitly in this Makefile to avoid unexpected platform
+# incompatibilities among Linux distros.
+#
+SHELL := /bin/bash
+
 #
 # Allows for resources to be loaded from outside the root location of
 # the kustomize config file. Ensures that resource don't need to be

Reply via email to