summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbitbake/bin/bitbake-worker1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-worker b/bitbake/bin/bitbake-worker
index 6580078aff..b438d98dc9 100755
--- a/bitbake/bin/bitbake-worker
+++ b/bitbake/bin/bitbake-worker
@@ -9,6 +9,7 @@ import logging
9import bb 9import bb
10import select 10import select
11import errno 11import errno
12import signal
12 13
13# Users shouldn't be running this code directly 14# Users shouldn't be running this code directly
14if len(sys.argv) != 2 or sys.argv[1] != "decafbad": 15if len(sys.argv) != 2 or sys.argv[1] != "decafbad":