bitbake fetch/__init__.py: Don't print double newlines

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2474 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-08-09 13:54:30 +00:00
parent 74a3de28a8
commit 62f662256a
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ def runfetchcmd(cmd, d, quiet = False):
if not line:
break
if not quiet:
print line
print line,
output += line
status = stdout_handle.close() or 0