diff options
author | midipix <writeonce@midipix.org> | 2023-05-07 05:23:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2023-05-07 05:23:59 +0000 |
commit | 667d348ca9d54b31857fd20c08b97c642ae9f815 (patch) | |
tree | 9ace73b653a3ce3b1ac79874ce8202e5677149ac /configure | |
parent | e99ba2eb5565de921f4f589bf6991e0ac3cdf2a0 (diff) | |
download | slibtool-667d348ca9d54b31857fd20c08b97c642ae9f815.tar.bz2 slibtool-667d348ca9d54b31857fd20c08b97c642ae9f815.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 |