Skip to content
Commit b909f12a authored by Bruce Ashfield's avatar Bruce Ashfield Committed by Saul Wold
Browse files

kernel: remove explicit bash call in do_menuconfig



Fixes [BUGID #598]

The explicit addition of "bash" before "make menuconfig"
is clearing variables that are required for pseudo. The
end result is that menuconfig often fails silently with:

ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.

Removing bash from the menuconfig SHELLCMDS variable fixes
the psudo problem.

Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
parent b830c5b4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment