mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
Ensure Bash is used when spawning terminals
We rely on Bashisms when spawning a terminal so ensure that bash is used when using devshell and menuconfig. Fixes [BUGID #119] Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
edd64c7e86
commit
6d261a50ba
@@ -9,7 +9,8 @@ devshell_do_devshell() {
|
||||
export XAUTHORITY='${XAUTHORITY}'
|
||||
export TERMWINDOWTITLE="Bitbake Developer Shell"
|
||||
export EXTRA_OEMAKE='${EXTRA_OEMAKE}'
|
||||
${TERMCMD}
|
||||
export SHELLCMDS="bash"
|
||||
${TERMCMDRUN}
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Fatal: '${TERMCMD}' not found. Check TERMCMD variable."
|
||||
exit 1
|
||||
@@ -17,6 +18,5 @@ devshell_do_devshell() {
|
||||
}
|
||||
addtask devshell after do_patch
|
||||
|
||||
|
||||
EXPORT_FUNCTIONS do_devshell
|
||||
|
||||
|
||||
Reference in New Issue
Block a user