aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/build.py2
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):
if logger.getEffectiveLevel() <= logging.DEBUG:
logfile = LogTee(logger, sys.stdout)
else:
- logfile = None
+ logfile = sys.stdout
try:
bb.process.run(cmd, env=env, cwd=cwd, shell=False, stdin=NULL,