summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index a52d71407..e2e709078 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -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)