From 4fa02188dfe2e66deb8e3a1b3d02904db24788f3 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Wed, 15 Jan 2025 19:15:05 -0500 Subject: [PATCH] Set the shell explicitly --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 32143d8..ddc4138 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ endif SHELL ?= /bin/sh DEBUG ?= $(shell echo $$SHELL) +SHELL ?= /bin/sh CONTAINER_RUNTIME ?= $(shell type -P $(CONTAINER_RUNTIMES) | head -n 1) $(info DEBUG is $(DEBUG)) $(info OS is $(OS))