From c9d09c826ba9d9a5cb5695773c30013d00f5320e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 12 Aug 2008 22:40:13 +0000 Subject: Fix quoting for iteration over PROFILE_PATHS. svn path=/main/trunk/; revision=11404 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 8a0adf742..2a434ef75 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1514,7 +1514,7 @@ source_all_bashrcs() { IFS=$'\n' local path_array=($PROFILE_PATHS) restore_IFS - for x in ${path_array[@]} ; do + for x in "${path_array[@]}" ; do [ -f "${x}/profile.bashrc" ] && qa_source "${x}/profile.bashrc" done -- cgit v1.2.3-1-g7c22