diff options
author | midipix <writeonce@midipix.org> | 2023-05-07 05:23:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2023-05-07 05:32:42 +0000 |
commit | 61c0611a1606d735d781e394a2343fd726d9e9e8 (patch) | |
tree | 8dd118599924a04409c225950ca6ff16272f1d8c /configure | |
parent | 067c883d276d258c503507b70afb505aa679af3a (diff) | |
download | bfirm-61c0611a1606d735d781e394a2343fd726d9e9e8.tar.bz2 bfirm-61c0611a1606d735d781e394a2343fd726d9e9e8.tar.xz |
build system: ./configure: base SHELL on the environment's CONFIG_SHELL.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |