From eae644d55d854520281720532b41317ced5a6af2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 23 Jul 2008 21:27:05 +0000 Subject: Fix bug in get_repo_path() when called with multiple args. svn path=/main/trunk/; revision=11179 --- bin/portageq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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): """ -- cgit v1.2.3-1-g7c22