Don't duplicate "system" in xterm titles either.
authorZac Medico <zmedico@gentoo.org>
Fri, 25 Apr 2008 17:33:28 +0000 (17:33 -0000)
committerZac 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

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