This email list is read-only. Emails sent to this list will be discarded
----------------------------------
bitbake-dev/bin/bitbake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit e7e2009277b26913c9ac666fccef35bbd9e24f81
Author: Richard Purdie <[EMAIL PROTECTED]>
Date: Fri Nov 7 09:42:16 2008 +0000
bitbake-dev: Fix exit code value handling
Diff in this email is a maximum of 400 lines.
diff --git a/bitbake-dev/bin/bitbake b/bitbake-dev/bin/bitbake
index 920877e..87c3a94 100755
--- a/bitbake-dev/bin/bitbake
+++ b/bitbake-dev/bin/bitbake
@@ -160,7 +160,7 @@ Default BBFILES are the .bb files in the current
directory.""" )
# suggest a fixed set this allows you to have flexibility in which
# ones are available.
exec "from bb.ui import " + ui
- exec ui + ".init(server, eventHandler)"
+ exec "return_value = " + ui + ".init(server, eventHandler)"
except ImportError:
print "FATAL: Invalid user interface '%s' specified. " % ui
print "Valid interfaces are 'ncurses', 'depexp' or the default,
'knotty'."
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits