Use local ED for uniformity.
authorZac Medico <zmedico@gentoo.org>
Wed, 9 Nov 2011 18:42:00 +0000 (10:42 -0800)
committerZac Medico <zmedico@gentoo.org>
Wed, 9 Nov 2011 18:42:00 +0000 (10:42 -0800)
commit27a9aec2a725066bd4585baab252eae5110f6b58
tree805230cee12ba1b3b9f3d9e42b2f2c3227ae4c92
parentf363a020a74df08d46dd4fa8b43a5fab85034951
Use local ED for uniformity.

The ED variable is not readonly in EAPI 0, 1, and 2, so we can declare
ED as a local variable. We must be careful not to let this variable
leak into the environment of ebuild/eclass functions that we call,
since bash propagates local variables to nested function calls.
bin/misc-functions.sh
bin/phase-helpers.sh