From: Zac Medico Date: Fri, 29 Sep 2006 18:28:29 +0000 (-0000) Subject: Allow env.d file names with 3 characters. This is a regression from r4451. X-Git-Tag: v2.1.2~745 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1df6d9a69ac665d561043cd744d4c36028254b94;p=portage.git Allow env.d file names with 3 characters. This is a regression from r4451. svn path=/main/trunk/; revision=4558 --- diff --git a/pym/portage.py b/pym/portage.py index 8f5fec897..d13cac679 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -537,7 +537,7 @@ def env_update(makelinks=1, target_root=None, prev_mtimes=None): fns.sort() templist = [] for x in fns: - if len(x) <= 3: + if len(x) < 3: continue if not x[0].isdigit() or not x[1].isdigit(): continue