From d7cc898957c39d58e66558136f4f7fd556411420 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 22 Jul 2013 13:47:50 -0700 Subject: [PATCH] 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 7ef8a769c..18703bb8a 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}" -- 2.26.2