summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/emerge4
1 files changed, 2 insertions, 2 deletions
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: