projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b029f2b
)
Syntax error
author
Marius Mauch
<genone@gentoo.org>
Thu, 18 Jan 2007 16:45:40 +0000
(16:45 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Thu, 18 Jan 2007 16:45:40 +0000
(16:45 -0000)
svn path=/main/trunk/; revision=5702
bin/portageq
patch
|
blob
|
history
diff --git
a/bin/portageq
b/bin/portageq
index aa302555df231ac831eb10bfa6022abf946cd0af..c3adf9114fff4b00ff82aef80709d0063556d9c6 100755
(executable)
--- 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])
#-----------------------------------------------------------------------------