diff options
Diffstat (limited to 'include/host.mk')
-rw-r--r-- | include/host.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host.mk b/include/host.mk index ed961e35d..1130d5b9a 100644 --- a/include/host.mk +++ b/include/host.mk @@ -11,6 +11,7 @@ export TAR $(TMP_DIR)/.host.mk: $(INCLUDE_DIR)/host.mk @( \ + echo -n "BASH:=$(shell which bash)"; \ HOST_OS=`uname`; \ case "$$HOST_OS" in \ Linux) HOST_ARCH=`uname -m`;; \ |