summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-30 11:18:11 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-30 11:18:11 +0000
commit37669af82c8a4fd5ee7d04edb06ad654b8446e82 (patch)
treef2a65657040d9dd51178c3dc782f9a21feb8dc68 /bitbake/bin/bitbake
parentd35635aff2a9ba8383b8ba295ec9684185d1f372 (diff)
downloadpoky-37669af82c8a4fd5ee7d04edb06ad654b8446e82.tar.gz
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/bin/bitbake')
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 36322d2a0e..6ae5bfaf89 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -337,7 +337,7 @@ class BBCooker:
337 bb.msg.fatal(bb.msg.domain.Parsing, "Sorry, shell not available (%s)" % details ) 337 bb.msg.fatal(bb.msg.domain.Parsing, "Sorry, shell not available (%s)" % details )
338 else: 338 else:
339 bb.data.update_data( self.configuration.data ) 339 bb.data.update_data( self.configuration.data )
340 bb.data.expandKeys(localdata) 340 bb.data.expandKeys( self.configuration.data )
341 shell.start( self ) 341 shell.start( self )
342 sys.exit( 0 ) 342 sys.exit( 0 )
343 343