|
@@ -90,7 +90,7 @@ oe_runconf () {
|
|
|
cfgscript=`python3 -c "import os; print(os.path.relpath(os.path.dirname('${CONFIGURE_SCRIPT}'), '.'))"`/$cfgscript_name
|
|
|
if [ -x "$cfgscript" ] ; then
|
|
|
bbnote "Running $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} $@"
|
|
|
- if ! ${CACHED_CONFIGUREVARS} $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} "$@"; then
|
|
|
+ if ! ${CACHED_CONFIGUREVARS} CONFIG_SHELL=/bin/bash $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} "$@"; then
|
|
|
bbnote "The following config.log files may provide further information."
|
|
|
bbnote `find ${B} -ignore_readdir_race -type f -name config.log`
|
|
|
bbfatal_log "configure failed"
|