diff options
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 65739106be..c0eb713f55 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -198,9 +198,9 @@ Default BBFILES are the .bb files in the current directory.""") | |||
198 | except Exception, e: | 198 | except Exception, e: |
199 | print "FATAL: Unable to start to '%s' UI: %s" % (ui, e) | 199 | print "FATAL: Unable to start to '%s' UI: %s" % (ui, e) |
200 | raise | 200 | raise |
201 | finally: | 201 | |
202 | serverConnection.terminate() | 202 | serverConnection.terminate() |
203 | return return_value | 203 | return return_value |
204 | 204 | ||
205 | if __name__ == "__main__": | 205 | if __name__ == "__main__": |
206 | ret = main() | 206 | ret = main() |