summaryrefslogtreecommitdiffstats
path: root/bin/portageq
diff options
context:
space:
mode:
Diffstat (limited to 'bin/portageq')
-rwxr-xr-xbin/portageq2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/portageq b/bin/portageq
index be7f51a88..61cba4ab8 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -384,7 +384,7 @@ def get_repo_path(argv):
print "ERROR: insufficient parameters!"
sys.exit(2)
for arg in argv[1:]:
- print portage.db[argv[0]]["porttree"].dbapi.getRepositoryPath(argv[1])
+ print portage.db[argv[0]]["porttree"].dbapi.getRepositoryPath(arg)
def list_preserved_libs(argv):
"""<root>