summaryrefslogtreecommitdiffhomepage
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:42 +0000
commit08d99e0e5620dc3d9f5f8161d0ead1f2e16cfce9 (patch)
treec9f30498340b2ea837b31c00372dd5c6e6c4c2cf /configure
parent8146f52b7b85df5e69edf489dfd6714abf4f51d1 (diff)
downloadntux-08d99e0e5620dc3d9f5f8161d0ead1f2e16cfce9.tar.bz2
ntux-08d99e0e5620dc3d9f5f8161d0ead1f2e16cfce9.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