projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4326c7e
)
Bug #200238 - Make ebuild.sh properly bail out when the pkg_info()
author
Zac Medico
<zmedico@gentoo.org>
Sat, 24 Nov 2007 22:26:41 +0000
(22:26 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 24 Nov 2007 22:26:41 +0000
(22:26 -0000)
function doesn't exist. (trunk r8647)
svn path=/main/branches/2.1.2/; revision=8648
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index d5b770dd8f26c7c4ccb3657ec5033fc5d03ee903..bd01b47500b2bdacef6aa30078eed714610dce1f 100755
(executable)
--- 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