This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 954cb9e54 chore(build): force using bash in Makefile to avoid incompatibilities 954cb9e54 is described below commit 954cb9e54b83aaeb2365b4866281be7d6b77cbb6 Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Fri Dec 16 16:54:53 2022 +0900 chore(build): force using bash in Makefile to avoid incompatibilities --- script/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/script/Makefile b/script/Makefile index a93926aab..d2fae2519 100644 --- a/script/Makefile +++ b/script/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 + VERSIONFILE := pkg/util/defaults/defaults.go VERSION ?= 1.12.0-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator