From 00f9fd438076e2a994b0819e3c785da276bda3f5 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Sun, 6 Jan 2013 00:25:19 +0000 Subject: [PATCH] portability finetuning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: