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 | 26db671c59009778733547efb5a0a31f336aab87 (patch) | |
tree | 876038130e297385bb5d269147f8aa85468a7bc4 /configure | |
parent | ab355e330d61503bfea39176499b0fded5352e9e (diff) | |
download | ntcon-26db671c59009778733547efb5a0a31f336aab87.tar.bz2 ntcon-26db671c59009778733547efb5a0a31f336aab87.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 |