Skip to content

Commit

Permalink
Merge pull request #11390 from joshrwolf/makefile-shell
Browse files Browse the repository at this point in the history
ensure the default shell is /bin/bash
  • Loading branch information
imjasonh authored Jan 18, 2024
2 parents 26d47ef + 4f7172b commit 9e32a57
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 @@ -4,6 +4,7 @@ ifeq (${ARCH}, arm64)
ARCH = aarch64
endif
TARGETDIR = packages/${ARCH}
SHELL := /bin/bash

MELANGE ?= $(shell which melange)
WOLFICTL ?= $(shell which wolfictl)
Expand Down

0 comments on commit 9e32a57

Please sign in to comment.