From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 17 Aug 2009 14:25:45 +0000 (-0000) Subject: Add 'return False' which was missing from the previous commit. X-Git-Tag: v2.2_rc39~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae789730159b665971b551287a85a85c1c7eaa9a;p=portage.git Add 'return False' which was missing from the previous commit. svn path=/main/trunk/; revision=14076 --- diff --git a/bin/ebuild-helpers/dohtml b/bin/ebuild-helpers/dohtml index d4f245ba2..be3716d8e 100755 --- a/bin/ebuild-helpers/dohtml +++ b/bin/ebuild-helpers/dohtml @@ -61,6 +61,7 @@ def install(basename, dirname, options, prefix=""): if not os.path.exists(fullpath): sys.stderr.write("!!! dohtml: %s does not exist\n" % fullpath) + return False elif os.path.isfile(fullpath): ext = os.path.splitext(basename)[1] if (len(ext) and ext[1:] in options.allowed_exts) or basename in options.allowed_files: