Skip to content

Commit

Permalink
Set the shell explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Jan 16, 2025
1 parent d269efe commit 4fa0218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 4fa0218

Please sign in to comment.