summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-25 09:30:24 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-25 09:30:24 +0000
commit2a76de7db7688d6dfc92cce85f78832522e56f00 (patch)
tree5e5bd67dce7242788f0c89a031867db238ea1b85 /bin
parent5ba6500fc522e165256d59829df120f65510c2c6 (diff)
downloadportage-2a76de7db7688d6dfc92cce85f78832522e56f00.tar.gz
portage-2a76de7db7688d6dfc92cce85f78832522e56f00.tar.bz2
portage-2a76de7db7688d6dfc92cce85f78832522e56f00.zip
Allow the pkg_info and pkg_config pre/post hooks to run even
when the ebuild function is not defined. svn path=/main/trunk/; revision=8659
Diffstat (limited to 'bin')
-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