Use declare -F to check existence of function definitions, instead of
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 07:23:25 +0000 (07:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 07:23:25 +0000 (07:23 -0000)
commitcc0276e461111b4ba3a3cfbf264aa2627aa619d3
tree7bffa60ffc007561b9ef85a6ea98834b0967b60a
parent4b245fe6356ee690b5e230141106a63860e54281
Use declare -F to check existence of function definitions, instead of
type -t, in order to avoid use of subshells. (trunk r13384)

svn path=/main/branches/2.1.6/; revision=13536
bin/ebuild.sh