Searched refs:BASH (Results 1 – 4 of 4) sorted by relevance
59 [ -z "$BASH" ] && { echo "Configure requires bash" 1>&2; exit 1; }
92 [ -z "$BASH" ] && { echo "Menuconfig requires bash" 1>&2; exit 1; }
11 CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
111 bash to work: it will search for bash in $BASH, /bin/bash and /bin/sh