diff options
-rwxr-xr-x | bin/emerge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge index 4c1db1943..f0ea1bafe 100755 --- a/bin/emerge +++ b/bin/emerge @@ -627,7 +627,7 @@ elif "--help" in myopts: elif portage.secpass!=2: if myaction in ["search", "info", "regen", "metadata"]: pass - elif (not myaction) and (not myfiles): + elif not myaction and not myfiles and "--resume" not in myopts: pass elif ("--pretend" in myopts) and (myaction in ["world","system","clean","prune","unmerge"]): pass |