summaryrefslogtreecommitdiffstats
path: root/bin/portageq
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-18 16:45:40 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-18 16:45:40 +0000
commit07fe1d26159d82ef2aee51c9fd13729f5a607ec5 (patch)
tree23478ece901acd16a173e3f9ccfe4af6f90ff178 /bin/portageq
parentb029f2b8ba19501200f358c664d8ed5cbe42eec0 (diff)
downloadportage-07fe1d26159d82ef2aee51c9fd13729f5a607ec5.tar.gz
portage-07fe1d26159d82ef2aee51c9fd13729f5a607ec5.tar.bz2
portage-07fe1d26159d82ef2aee51c9fd13729f5a607ec5.zip
Syntax error
svn path=/main/trunk/; revision=5702
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 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])
#-----------------------------------------------------------------------------