diff options
author | midipix <writeonce@midipix.org> | 2023-05-07 05:23:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2023-05-07 05:32:43 +0000 |
commit | d35b07224e4e86158ce03da6bf69290d9b3eb0bf (patch) | |
tree | 175fe15edbe9cf11161a603a11553b79d201b2cd /configure | |
parent | 84a51ae35113d53c5089df33139ad89bc805f1c4 (diff) | |
download | sltdl-d35b07224e4e86158ce03da6bf69290d9b3eb0bf.tar.bz2 sltdl-d35b07224e4e86158ce03da6bf69290d9b3eb0bf.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 |