summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-25 17:33:28 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-25 17:33:28 +0000
commitadfca70217f237f15d8d0b937f99af6f81c07bb2 (patch)
tree5099e40f8158ec3a880a8ccc6d99c5e4b52590f7 /bin
parentaeae6088bf4e43f9c639df852c58ff58f2094588 (diff)
downloadportage-adfca70217f237f15d8d0b937f99af6f81c07bb2.tar.gz
portage-adfca70217f237f15d8d0b937f99af6f81c07bb2.tar.bz2
portage-adfca70217f237f15d8d0b937f99af6f81c07bb2.zip
Don't duplicate "system" in xterm titles either.
svn path=/main/branches/2.1.2/; revision=9975
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/emerge b/bin/emerge
index e2e709078..feceb8575 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -8153,8 +8153,8 @@ def emerge_main():
myelogstr=""
if myopts:
myelogstr=" ".join(myopts)
- if myaction and myaction != "world":
- # Exclude "world" here because myfiles
+ if myaction and myaction not in ("system", "world"):
+ # Exclude "world" and "system" here because myfiles
# contains a duplicate.
myelogstr+=" "+myaction
if myfiles: