From 095c8684c6dc5c4e91aa6251a04a3fc852bbe975 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 24 Nov 2007 02:59:00 +0000 Subject: Fix the var_grep variable in filter_readonly_variables() so that it's properly local. (trunk r8634) svn path=/main/branches/2.1.2/; revision=8635 --- 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 6bf3a192d..6d38e57b4 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1381,7 +1381,7 @@ READONLY_PORTAGE_VARS="D EBUILD EBUILD_PHASE EBUILD_SH_ARGS FILESDIR \ # builtin command. To avoid this problem, this function filters those # variables out and discards them. See bug #190128. filter_readonly_variables() { - local x filtered_vars + local x filtered_vars var_grep local readonly_bash_vars="DIRSTACK EUID FUNCNAME GROUPS PIPESTATUS PPID SHELLOPTS UID" filtered_vars="${readonly_bash_vars} ${READONLY_PORTAGE_VARS} -- cgit v1.2.3-1-g7c22