summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/portageq2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/portageq b/bin/portageq
index aa302555d..c3adf9114 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -286,7 +286,7 @@ def get_repo_path(argv):
if len(argv) < 2:
print "ERROR: insufficient parameters!"
sys.exit(2)
- for arg in arvg[1:]
+ for arg in arvg[1:]:
print portage.db[argv[0]]["porttree"].dbapi.getRepositoryPath(argv[1])
#-----------------------------------------------------------------------------