Skip to content

Commit

Permalink
Fixup for bug 1024620 on a CLOSED TREE. r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Jun 14, 2014
1 parent cd48864 commit 5f34397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/expandlibs_exec.py
Expand Up @@ -109,7 +109,7 @@ def lookup(base, f):
# 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:
Expand Down

0 comments on commit 5f34397

Please sign in to comment.