summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-21 04:13:17 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-21 04:13:17 +0000
commitfa5253f154551345ec901c2b4144ad5f1becf3b2 (patch)
tree2c90e6e0529eabd5cc8344bf82692fbe4a006328 /bin/ebuild.sh
parent442604dee954b47b2b17b6ae0bcae21f9af1599a (diff)
downloadportage-fa5253f154551345ec901c2b4144ad5f1becf3b2.tar.gz
portage-fa5253f154551345ec901c2b4144ad5f1becf3b2.tar.bz2
portage-fa5253f154551345ec901c2b4144ad5f1becf3b2.zip
Disable logging and ${T}/environment saving during the
pkg_info() phase. (trunk r8526) svn path=/main/branches/2.1.2/; revision=8568
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 3a8320b38..3af1f4dbd 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1777,8 +1777,7 @@ done
# Save the env only for relevant phases.
if [ -n "${myarg}" ] && \
- [ "${myarg}" != "clean" ] && \
- [ "${myarg}" != "help" ] ; then
+ ! hasq ${myarg} clean help info ; then
# Do not save myarg in the env, or else the above [ -n "$myarg" ] test will
# give a false positive when ebuild.sh is sourced.
unset myarg