summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-25 09:30:57 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-25 09:30:57 +0000
commit6d3cbfebadd24a83fca665c3e29211a03c67189a (patch)
treea07c5199ed3c59412aaeb5f4886c76907fbb4fe7 /bin/ebuild.sh
parenta511ef98dbe75892f137f9047b0a6f25387e4d93 (diff)
downloadportage-6d3cbfebadd24a83fca665c3e29211a03c67189a.tar.gz
portage-6d3cbfebadd24a83fca665c3e29211a03c67189a.tar.bz2
portage-6d3cbfebadd24a83fca665c3e29211a03c67189a.zip
Allow the pkg_info and pkg_config pre/post hooks to run even
when the ebuild function is not defined. (trunk r8659) svn path=/main/branches/2.1.2/; revision=8660
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index d7cfe3b9b..6e01ae8d9 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1710,7 +1710,6 @@ if [ -n "${EBUILD_SH_ARGS}" ] ; then
if hasq ${EBUILD_SH_ARGS} config info && \
[ "$(type -t pkg_${EBUILD_SH_ARGS})" != "function" ]; then
ewarn "pkg_${EBUILD_SH_ARGS}() is not defined: '${EBUILD##*/}'"
- exit 0
fi
export SANDBOX_ON="0"
if [ "${PORTAGE_DEBUG}" != "1" ] || [ "${-/x/}" != "$-" ]; then