Fixup for bug 1024620 on a CLOSED TREE. r=me

This commit is contained in:
Mike Hommey 2014-06-14 09:24:39 +09:00
parent cd488645d5
commit 5f343979b6

View File

@ -109,7 +109,7 @@ class ExpandArgsMore(ExpandArgs):
# exists in the directory containing the
# library, or one of its subdirectories, use
# that instead.
maybe_obj = lookup(os.path.join(basedir, os.path.relpath(root, tmp), f)
maybe_obj = lookup(os.path.join(basedir, os.path.relpath(root, tmp)), f)
if maybe_obj:
objs.append(relativize(maybe_obj))
else: