From beef002bb4c23f105458b8a8ead2c8eec06eb829 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 10 Jun 2010 20:22:41 +0100 Subject: lib/oe/patch.py: Fix patch application failure interaction handling Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/conf') 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}" # UI/Interaction Configuration ################################################################## -SHELLRCCMD = "bash --rcfile $TERMRCFILE" -export SHELLCMDS = "${SHELLRCCMD}" +export SHELLCMDS = "bash" # Some common terminal programs to choose from GNOME_TERMCMD = 'gnome-terminal --disable-factory -t "$TERMWINDOWTITLE"' GNOME_TERMCMDRUN = '${GNOME_TERMCMD} -x $SHELLCMDS' -- cgit v1.2.3-54-g00ecf