summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/portageq2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/portageq b/bin/portageq
index 24291c395..a7a979139 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -299,6 +299,7 @@ def filter_protected(argv):
err.write("ERROR: cwd does not exist!\n")
err.flush()
errors += 1
+ continue
f = os.path.join(cwd, f)
f = portage.normalize_path(f)
@@ -306,6 +307,7 @@ def filter_protected(argv):
err.write("ERROR: file paths must begin with <root>!\n")
err.flush()
errors += 1
+ continue
if protect_obj.isprotected(f):
protected += 1