Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 282318 | Differences between
and this patch

Collapse All | Expand All

(-)/root/posixpath.py (+2 lines)
Lines 62-67 Link Here
62
    will be discarded."""
62
    will be discarded."""
63
    path = a
63
    path = a
64
    for b in p:
64
    for b in p:
65
        if b == None:
66
            continue
65
        if b.startswith('/'):
67
        if b.startswith('/'):
66
            path = b
68
            path = b
67
        elif path == '' or path.endswith('/'):
69
        elif path == '' or path.endswith('/'):

Return to bug 282318