diff options
-rwxr-xr-x | bitbake/lib/bb/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index a28c7514df..e302173696 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py | |||
@@ -247,7 +247,7 @@ class BitBakeConfigParameters(cookerdata.ConfigParameters): | |||
247 | if "BBTOKEN" in os.environ: | 247 | if "BBTOKEN" in os.environ: |
248 | options.xmlrpctoken = os.environ["BBTOKEN"] | 248 | options.xmlrpctoken = os.environ["BBTOKEN"] |
249 | 249 | ||
250 | if "BBEVENTLOG" is os.environ: | 250 | if "BBEVENTLOG" in os.environ: |
251 | options.writeeventlog = os.environ["BBEVENTLOG"] | 251 | options.writeeventlog = os.environ["BBEVENTLOG"] |
252 | 252 | ||
253 | # fill in proper log name if not supplied | 253 | # fill in proper log name if not supplied |