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 | 3499a5b942f2a0d35938c822d7b4ce2633885447 (patch) | |
tree | 00bebcdf9216c750a18eaa54b7b9de96e069c61c /configure | |
parent | 4bdc5895b604b86c55234342953dca1526c8bf53 (diff) | |
download | ptycon-3499a5b942f2a0d35938c822d7b4ce2633885447.tar.bz2 ptycon-3499a5b942f2a0d35938c822d7b4ce2633885447.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 |