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 | 8466b1e7328b8c41662b0ccf9d51b2fd5f84c5f8 (patch) | |
tree | d01a5a5e183aa6963bd70d1dc77a443d130f3711 /configure | |
parent | e932bc6c3f5950cf9d94181ca651394a47e84a64 (diff) | |
download | sofort-8466b1e7328b8c41662b0ccf9d51b2fd5f84c5f8.tar.bz2 sofort-8466b1e7328b8c41662b0ccf9d51b2fd5f84c5f8.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 |