diff options
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index d5b770dd8..bd01b4750 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1733,7 +1733,7 @@ if [ -n "${EBUILD_SH_ARGS}" ] ; then if [ "${EBUILD_SH_ARGS}" == "info" ] && \ [ "$(type -t pkg_${EBUILD_SH_ARGS})" != "function" ]; then ewarn "pkg_${EBUILD_SH_ARGS}() is not defined: '${EBUILD##*/}'" - continue + exit 0 fi export SANDBOX_ON="0" if [ "${PORTAGE_DEBUG}" != "1" ] || [ "${-/x/}" != "$-" ]; then |