projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeae608
)
Don't duplicate "system" in xterm titles either.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 25 Apr 2008 17:33:28 +0000
(17:33 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 25 Apr 2008 17:33:28 +0000
(17:33 -0000)
svn path=/main/branches/2.1.2/; revision=9975
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index e2e709078f0c4809033dae13823e0cb0bac5eea1..feceb85758aa7d06a32e92a2c6401f7d1bac2966 100755
(executable)
--- 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: