summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-31 23:35:39 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-31 23:35:39 +0000
commit3ea97985ed33afb010042d7694afe6633b6ea521 (patch)
tree36255828e5d7da3cd6b473758240dd5e64ffbc06
parent8a55738f54b7e9dd586b43d9ef9cd4b50fb62519 (diff)
downloadportage-3ea97985ed33afb010042d7694afe6633b6ea521.tar.gz
portage-3ea97985ed33afb010042d7694afe6633b6ea521.tar.bz2
portage-3ea97985ed33afb010042d7694afe6633b6ea521.zip
For compatibility, still exit successfully if there are skipped directories.
We can make it more strict later. (trunk r14762) svn path=/main/branches/2.1.7/; revision=14765
-rwxr-xr-xbin/dohtml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dohtml.py b/bin/dohtml.py
index 84bc92f10..421b5e71f 100755
--- a/bin/dohtml.py
+++ b/bin/dohtml.py
@@ -181,7 +181,7 @@ def main():
eqawarn(["QA Notice: dohtml on directory " + \
"'%s' without recursion option" % x])
- if success and not skipped_directories:
+ if success:
retcode = 0
else:
retcode = 1