summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2023-05-07 05:23:59 +0000
committermidipix <writeonce@midipix.org>2023-05-07 05:32:43 +0000
commitb119baa00d4284ac9b2db8083a2e9da46a040faa (patch)
treebb0a7ca4d59341483a1edcd6956f1d754d0d22bb /configure
parenta6044971403d8f7f40bef5e6fe0207aafa5b6f95 (diff)
downloadsbpython2-b119baa00d4284ac9b2db8083a2e9da46a040faa.tar.bz2
sbpython2-b119baa00d4284ac9b2db8083a2e9da46a040faa.tar.xz
build system: ./configure: base SHELL on the environment's CONFIG_SHELL.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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