From adfca70217f237f15d8d0b937f99af6f81c07bb2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 25 Apr 2008 17:33:28 +0000 Subject: Don't duplicate "system" in xterm titles either. svn path=/main/branches/2.1.2/; revision=9975 --- bin/emerge | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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: -- cgit v1.2.3-1-g7c22