Update Makefile

find bash on path
This commit is contained in:
Stefan "Bebbo" Franke
2022-07-13 12:17:44 +02:00
committed by GitHub
parent 91fed07e21
commit 22c794663c
+1 -1
View File
@@ -8,7 +8,7 @@ include disable_implicite_rules.mk
# =================================================
# variables
# =================================================
SHELL ?= /bin/bash
$(eval SHELL = $(shell which bash 2>/dev/null) )
PREFIX ?= /opt/amiga
export PATH := $(PREFIX)/bin:$(PATH)