diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py index 129150a760..96e4e2f077 100644 --- a/bitbake/lib/bb/build.py +++ b/bitbake/lib/bb/build.py | |||
@@ -233,7 +233,7 @@ def exec_func_shell(function, d, runfile, cwd=None): | |||
233 | if logger.getEffectiveLevel() <= logging.DEBUG: | 233 | if logger.getEffectiveLevel() <= logging.DEBUG: |
234 | logfile = LogTee(logger, sys.stdout) | 234 | logfile = LogTee(logger, sys.stdout) |
235 | else: | 235 | else: |
236 | logfile = None | 236 | logfile = sys.stdout |
237 | 237 | ||
238 | try: | 238 | try: |
239 | bb.process.run(cmd, env=env, cwd=cwd, shell=False, stdin=NULL, | 239 | bb.process.run(cmd, env=env, cwd=cwd, shell=False, stdin=NULL, |