From 07fe1d26159d82ef2aee51c9fd13729f5a607ec5 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Thu, 18 Jan 2007 16:45:40 +0000 Subject: Syntax error svn path=/main/trunk/; revision=5702 --- bin/portageq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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]) #----------------------------------------------------------------------------- -- cgit v1.2.3-1-g7c22