projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d8e58c
)
Allow env.d file names with 3 characters. This is a regression from r4451.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 29 Sep 2006 18:28:29 +0000
(18:28 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 29 Sep 2006 18:28:29 +0000
(18:28 -0000)
svn path=/main/trunk/; revision=4558
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 8f5fec8973fafab8d286d669a6aea97a1e4d134d..d13cac6794b0073b1b476da5576ff921d8eade28 100644
(file)
--- 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