summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 626c726746c2..79740bb3c670 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -13,7 +13,7 @@ ifeq ($(MAKECMDGOALS),)
MAKECMDGOALS:=all
endif
-SHELL=/usr/bin/env bash
+SHELL=@BASH@
SRCDIR := @SRC_ROOT@
BUILDDIR := @BUILDDIR@