summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 2fe9c79054..54228518d7 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -206,8 +206,9 @@ Default BBFILES are the .bb files in the current directory.""")
206 except Exception, e: 206 except Exception, e:
207 print "FATAL: Unable to start to '%s' UI: %s" % (ui, e) 207 print "FATAL: Unable to start to '%s' UI: %s" % (ui, e)
208 raise 208 raise
209 finally:
210 serverConnection.terminate()
209 211
210 serverConnection.terminate()
211 return return_value 212 return return_value
212 213
213if __name__ == "__main__": 214if __name__ == "__main__":