projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34fd963
)
Allow env.d file names with 3 characters. This is a regression from r4451. (trunk...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Nov 2006 05:47:27 +0000
(
05:47
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Nov 2006 05:47:27 +0000
(
05:47
-0000)
svn path=/main/branches/2.1.1/; revision=4932
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 8f774d9eeb83580ac7a71788fa893beb05f11cb7..7844dc2ccc2a84a9236f913675fc84eecbc33f25 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-465,7
+465,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