Skip to content

Commit

Permalink
Fix bash detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Oct 20, 2022
1 parent 948c662 commit 5fe9f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NULL :=
# Shell #
# ----- #

SHELL := $(shell command -v bash)
SHELL := $(shell : && command -v bash)
ifeq ($(strip $(SHELL)),)
$(error Could not find bash)
endif
Expand Down

0 comments on commit 5fe9f91

Please sign in to comment.