summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 9f853073d..2b0909c79 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -820,7 +820,7 @@ for x in scanlist:
fails["CVS/Entries.IO_error"].append(checkdir+"/files/CVS/Entries")
continue
- if mymode == "commit":
+ if mymode in ("fix", "commit"):
repoman_settings["O"] = checkdir
portage.digestgen(
[], repoman_settings, manifestonly=1, myportdb=portdb)