diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/fetch/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py index 9333e2b600..f235526452 100644 --- a/bitbake/lib/bb/fetch/__init__.py +++ b/bitbake/lib/bb/fetch/__init__.py | |||
@@ -237,7 +237,7 @@ def runfetchcmd(cmd, d, quiet = False): | |||
237 | if not line: | 237 | if not line: |
238 | break | 238 | break |
239 | if not quiet: | 239 | if not quiet: |
240 | print line | 240 | print line, |
241 | output += line | 241 | output += line |
242 | 242 | ||
243 | status = stdout_handle.close() or 0 | 243 | status = stdout_handle.close() or 0 |