]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake fetch/__init__.py: Don't print double newlines
authorRichard Purdie <richard@openedhand.com>
Thu, 9 Aug 2007 13:54:30 +0000 (13:54 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 9 Aug 2007 13:54:30 +0000 (13:54 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2474 311d38ba-8fff-0310-9ca6-ca027cbcb966

bitbake/lib/bb/fetch/__init__.py

index 9333e2b6009192482aec2a7423f378ff42035f0c..f235526452cc1700daa22401649170b8f12b1cb8 100644 (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