From c56d3851326a53b5b31f5f26250780f229a66cb5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 24 Nov 2007 02:58:31 +0000 Subject: Fix the var_grep variable in filter_readonly_variables() so that it's properly local. svn path=/main/trunk/; revision=8634 --- 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