summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/portageq1
1 files changed, 1 insertions, 0 deletions
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