diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ad1afad30d..9d8e59457c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -521,8 +521,7 @@ SRC_URI = "file://${FILE}" | |||
521 | # UI/Interaction Configuration | 521 | # UI/Interaction Configuration |
522 | ################################################################## | 522 | ################################################################## |
523 | 523 | ||
524 | SHELLRCCMD = "bash --rcfile $TERMRCFILE" | 524 | export SHELLCMDS = "bash" |
525 | export SHELLCMDS = "${SHELLRCCMD}" | ||
526 | # Some common terminal programs to choose from | 525 | # Some common terminal programs to choose from |
527 | GNOME_TERMCMD = 'gnome-terminal --disable-factory -t "$TERMWINDOWTITLE"' | 526 | GNOME_TERMCMD = 'gnome-terminal --disable-factory -t "$TERMWINDOWTITLE"' |
528 | GNOME_TERMCMDRUN = '${GNOME_TERMCMD} -x $SHELLCMDS' | 527 | GNOME_TERMCMDRUN = '${GNOME_TERMCMD} -x $SHELLCMDS' |