From a753bfd810294427bd68521654be230741fd0152 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 7 May 2023 05:23:59 +0000 Subject: build system: ./configure: base SHELL on the environment's CONFIG_SHELL. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index e79d154..8641815 100755 --- a/configure +++ b/configure @@ -275,7 +275,7 @@ init_vars() mb_toolchain=$TOOLCHAIN mb_sysroot=$SYSROOT mb_cross_compile=$CROSS_COMPILE - mb_shell=$SHELL + mb_shell=$CONFIG_SHELL # pkgconf mb_pkgconf=$PKGCONF -- cgit v1.2.3