diff options
author | midipix <writeonce@midipix.org> | 2023-05-07 05:23:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2023-05-07 05:32:44 +0000 |
commit | a2490d0d760281872b79d1a218e55849b7b8d67f (patch) | |
tree | ad3215e6f9d7357ae8d345b017db8bd5c341b556 /configure | |
parent | 12ee61bb35e3c6827d6f1019657b271bd51e03ba (diff) | |
download | u16ports-a2490d0d760281872b79d1a218e55849b7b8d67f.tar.bz2 u16ports-a2490d0d760281872b79d1a218e55849b7b8d67f.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 |