From: Zac Medico Date: Sat, 23 Aug 2008 09:20:24 +0000 (-0000) Subject: Flush stdout after the loop inside filter_protected() completes. X-Git-Tag: v2.2_rc9~57 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e3c5618bb4b6c5ddea3ed2396f9c7e2a8f63f531;p=portage.git Flush stdout after the loop inside filter_protected() completes. svn path=/main/trunk/; revision=11457 --- diff --git a/bin/portageq b/bin/portageq index 7f804c960..24291c395 100755 --- a/bin/portageq +++ b/bin/portageq @@ -310,6 +310,7 @@ def filter_protected(argv): if protect_obj.isprotected(f): protected += 1 out.write("%s\n" % filename) + out.flush() if errors: return 2