From 1df6d9a69ac665d561043cd744d4c36028254b94 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 29 Sep 2006 18:28:29 +0000 Subject: Allow env.d file names with 3 characters. This is a regression from r4451. svn path=/main/trunk/; revision=4558 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22