summaryrefslogtreecommitdiffstats
path: root/bin/emerge
diff options
context:
space:
mode:
Diffstat (limited to 'bin/emerge')
-rwxr-xr-xbin/emerge3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index 5a1ce5c69..b52bfa08d 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -254,7 +254,8 @@ for x in cmdline:
elif x == "--skip-first":
x = "--skipfirst"
if x in options:
- myopts.append(x)
+ if x not in myopts:
+ myopts.append(x)
elif x[2:] in actions:
if myaction:
if myaction not in ["system", "world"]: