From e3c5618bb4b6c5ddea3ed2396f9c7e2a8f63f531 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 23 Aug 2008 09:20:24 +0000 Subject: Flush stdout after the loop inside filter_protected() completes. svn path=/main/trunk/; revision=11457 --- bin/portageq | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-1-g7c22