From: Zac Medico Date: Fri, 25 Apr 2008 17:33:28 +0000 (-0000) Subject: Don't duplicate "system" in xterm titles either. X-Git-Tag: v2.1.5~144 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=adfca70217f237f15d8d0b937f99af6f81c07bb2;p=portage.git Don't duplicate "system" in xterm titles either. svn path=/main/branches/2.1.2/; revision=9975 --- 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: