diff --git a/Makefile b/Makefile index 149272c..0f49cff 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ $(TARGET_SIM): $(OBJECTS_SIM) $(SUBDIROBJECTS_SIM) ############################################################################## CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ - else if [ -x $$(whereis -qb bash) ]; then echo $$(whereis -qb bash); \ + else if [ -x $$(which bash) ]; then echo $$(which bash); \ else echo sh; fi ; fi) menuconfig: