summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index acd2f790dc..520e54912a 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -217,6 +217,8 @@ Default BBFILES are the .bb files in the current directory.""")
217 finally: 217 finally:
218 server_connection.terminate() 218 server_connection.terminate()
219 219
220 return 1
221
220if __name__ == "__main__": 222if __name__ == "__main__":
221 try: 223 try:
222 ret = main() 224 ret = main()