For example:
If you are currently in bob/joe:
gyp.common.RelativePath('./', '../../jim/sam/paul/smith')
currently yields: ../../../.. which is wrong.
It should yield: ../../bob/joe
The result is a bunch of spurious ..s in paths if your project happens to be
laid out this way.
Original issue reported on code.google.com by bradnel...@google.com on 6 Oct 2009 at 1:33
Original issue reported on code.google.com by
bradnel...@google.com
on 6 Oct 2009 at 1:33