In bash-3.2_p20+ an attempt to assign BASH_*, FUNCNAME, GROUPS or any
authorZac Medico <zmedico@gentoo.org>
Mon, 19 Nov 2007 10:16:25 +0000 (10:16 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 19 Nov 2007 10:16:25 +0000 (10:16 -0000)
commit294e9fee7e1df810b72f49c8e33a02151fa41a94
tree68b066533d21536ea2a99b1ff69dc81f025c2b37
parent40fd1b85886ec13c31e07ea69fbe569261202620
In bash-3.2_p20+ an attempt to assign BASH_*, FUNCNAME, GROUPS or any
readonly variable cause the shell to exit while executing the "source"
builtin command. To avoid this problem, a new save_ebuild_env() function
filters those variables out and discards them. See bug #190128.

svn path=/main/trunk/; revision=8528
bin/ebuild.sh