Don't show "world" twice in the xterm titles. Thanks to armin76 for reporting.
authorZac Medico <zmedico@gentoo.org>
Fri, 25 Apr 2008 17:31:10 +0000 (17:31 -0000)
committerZac 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

index a52d714072e1a17ebbc54007d508902cafefa173..e2e709078f0c4809033dae13823e0cb0bac5eea1 100755 (executable)
@@ -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)