From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8C42C1381F3 for ; Mon, 22 Jul 2013 20:48:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBDBBE09D7; Mon, 22 Jul 2013 20:48:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44EB0E09D7 for ; Mon, 22 Jul 2013 20:48:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3293633BF13 for ; Mon, 22 Jul 2013 20:48:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CD62FE5458 for ; Mon, 22 Jul 2013 20:48:09 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1374526070.d7cc898957c39d58e66558136f4f7fd556411420.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d7cc898957c39d58e66558136f4f7fd556411420 X-VCS-Branch: master Date: Mon, 22 Jul 2013 20:48:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 99ff4948-9429-4b5b-b4c5-4f365c851f8a X-Archives-Hash: ccb08c2e64ffc36c9814acb263b1d24f commit: d7cc898957c39d58e66558136f4f7fd556411420 Author: Zac Medico gentoo org> AuthorDate: Mon Jul 22 20:47:50 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jul 22 20:47:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=d7cc8989 Quote ${PORTAGE_ECLASS_LOCATIONS[@]} --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 7ef8a76..18703bb 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -245,7 +245,7 @@ inherit() { fi fi - for repo_location in ${PORTAGE_ECLASS_LOCATIONS[@]}; do + for repo_location in "${PORTAGE_ECLASS_LOCATIONS[@]}"; do potential_location="${repo_location}/eclass/${1}.eclass" if [[ -f ${potential_location} ]]; then location="${potential_location}"