Use declare -F to check existence of function definitions, instead of
authorZac Medico <zmedico@gentoo.org>
Wed, 22 Apr 2009 18:28:47 +0000 (18:28 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 22 Apr 2009 18:28:47 +0000 (18:28 -0000)
commit9a3788e95fb0a03fbaf1305fe94a32b11265641e
treeb323dda89a60afb6a9a79def5b3c0d7e5a489231
parent9d0376223484887e6aa5ca1180568f9cb83249e9
Use declare -F to check existence of function definitions, instead of
type -t, in order to avoid use of subshells.

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