Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix forward slashes problem in relative symlink targets on Windows (2) #274

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hakonhagland
Copy link

Don't use forward slashes in a relative symlink target on Windows. For more information see issue #271.

This fixes issue #273.

Note that this PR includes #268, #270, and #272, which should be merged first.

The realpath function does not work correctly on Windows for
perl<=5.37.5.
This fixes issue dagolden#258.
Don't use forward slashes in a relative symlink target on Windows.
For more information see issue dagolden#271.

This fixes issue dagolden#273.
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.

1 participant