portability finetuning

This commit is contained in:
Christian Kroll 2013-01-06 00:25:19 +00:00
parent 987192e2b0
commit 00f9fd4380
1 changed files with 1 additions and 1 deletions

View File

@ -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: