Skip to content

Fix ln using bad paths when given abspaths.#89

Merged
arturadib merged 2 commits intoshelljs:masterfrom
Schoonology:ln-abspath-fix
Oct 11, 2013
Merged

Fix ln using bad paths when given abspaths.#89
arturadib merged 2 commits intoshelljs:masterfrom
Schoonology:ln-abspath-fix

Conversation

@Schoonology
Copy link
Copy Markdown
Contributor

path.join will produce a bad path if given an abspath like /home/foo.
path.resolve is what we really want.

@arturadib - Ready for review.

path.join will produce a bad path if given an abspath like `/home/foo`.
path.resolve is what we really want.
@arturadib
Copy link
Copy Markdown
Collaborator

bam!

arturadib added a commit that referenced this pull request Oct 11, 2013
Fix ln using bad paths when given abspaths.
@arturadib arturadib merged commit 284fc1c into shelljs:master Oct 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants