projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab1a03
)
Don't show "world" twice in the xterm titles. Thanks to armin76 for reporting.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 25 Apr 2008 17:31:10 +0000
(17:31 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 25 Apr 2008 17:31:10 +0000
(17:31 -0000)
svn path=/main/branches/2.1.2/; revision=9974
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index a52d714072e1a17ebbc54007d508902cafefa173..e2e709078f0c4809033dae13823e0cb0bac5eea1 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-8153,7
+8153,9
@@
def emerge_main():
myelogstr=""
if myopts:
myelogstr=" ".join(myopts)
- if myaction:
+ if myaction and myaction != "world":
+ # Exclude "world" here because myfiles
+ # contains a duplicate.
myelogstr+=" "+myaction
if myfiles:
myelogstr+=" "+" ".join(myfiles)