diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-11-25 09:30:24 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-11-25 09:30:24 +0000 |
commit | 2a76de7db7688d6dfc92cce85f78832522e56f00 (patch) | |
tree | 5e5bd67dce7242788f0c89a031867db238ea1b85 | |
parent | 5ba6500fc522e165256d59829df120f65510c2c6 (diff) | |
download | portage-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
-rwxr-xr-x | bin/ebuild.sh | 1 |
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 |