diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-30 11:18:11 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-30 11:18:11 +0000 |
commit | 37669af82c8a4fd5ee7d04edb06ad654b8446e82 (patch) | |
tree | f2a65657040d9dd51178c3dc782f9a21feb8dc68 /bitbake/lib | |
parent | d35635aff2a9ba8383b8ba295ec9684185d1f372 (diff) | |
download | openembedded-core-37669af82c8a4fd5ee7d04edb06ad654b8446e82.tar.gz openembedded-core-37669af82c8a4fd5ee7d04edb06ad654b8446e82.tar.bz2 openembedded-core-37669af82c8a4fd5ee7d04edb06ad654b8446e82.tar.xz openembedded-core-37669af82c8a4fd5ee7d04edb06ad654b8446e82.zip |
bitbake: Fix a couple of typos in the bitbake shell
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@990 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/shell.py b/bitbake/lib/bb/shell.py index 711cd4335..cb8e97b71 100644 --- a/bitbake/lib/bb/shell.py +++ b/bitbake/lib/bb/shell.py @@ -181,7 +181,7 @@ class BitBakeShellCommands: except runqueue.TaskFailure, fnids: for fnid in fnids: - print "ERROR: '%s' failed" % td.fn_index[fnid]) + print "ERROR: '%s' failed" % td.fn_index[fnid] global last_exception last_exception = runqueue.TaskFailure |