From 8ea55187dfb8c827555e65255f712a387d504751 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 21 Jun 2007 05:34:45 +0000 Subject: change DOCDESTTREE to _E_DOCDESTTREE_ to try and prevent abuse from ebuild writers (trunk r6347) svn path=/main/branches/2.1.2/; revision=6902 --- bin/dohtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/dohtml') diff --git a/bin/dohtml b/bin/dohtml index cdffad645..917ca1b52 100755 --- a/bin/dohtml +++ b/bin/dohtml @@ -77,8 +77,8 @@ class OptionsClass: self.PF = os.environ["PF"] if os.environ.has_key("D"): self.D = os.environ["D"] - if os.environ.has_key("DOCDESTTREE"): - self.DOCDESTTREE = os.environ["DOCDESTTREE"] + if os.environ.has_key("_E_DOCDESTTREE_"): + self.DOCDESTTREE = os.environ["_E_DOCDESTTREE_"] self.allowed_exts = [ 'png', 'gif', 'html', 'htm', 'jpg', 'css', 'js' ] self.allowed_files = [] -- cgit v1.2.3-1-g7c22