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:44 +0000
commit6f4a34cefab59fff80a9520c281160619a94c6ef (patch)
tree18b6899530e3cfa046e3f1f81b34857b21e7fa00 /configure
parent9c783141692414c032750cb4968aabcd9fde55ca (diff)
downloadtpax-6f4a34cefab59fff80a9520c281160619a94c6ef.tar.bz2
tpax-6f4a34cefab59fff80a9520c281160619a94c6ef.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