diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-18 16:45:40 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-18 16:45:40 +0000 |
commit | 07fe1d26159d82ef2aee51c9fd13729f5a607ec5 (patch) | |
tree | 23478ece901acd16a173e3f9ccfe4af6f90ff178 | |
parent | b029f2b8ba19501200f358c664d8ed5cbe42eec0 (diff) | |
download | portage-07fe1d26159d82ef2aee51c9fd13729f5a607ec5.tar.gz portage-07fe1d26159d82ef2aee51c9fd13729f5a607ec5.tar.bz2 portage-07fe1d26159d82ef2aee51c9fd13729f5a607ec5.zip |
Syntax error
svn path=/main/trunk/; revision=5702
-rwxr-xr-x | bin/portageq | 2 |
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]) #----------------------------------------------------------------------------- |