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

Cannot handle double slashes in soft links #1503

Closed
ocaisa opened this issue Dec 14, 2016 · 1 comment
Closed

Cannot handle double slashes in soft links #1503

ocaisa opened this issue Dec 14, 2016 · 1 comment

Comments

@ocaisa
Copy link

ocaisa commented Dec 14, 2016

  • A brief description
    If // is used in a soft link, it is considered a directory

  • Expected results

touch file
ln -s .//file file_lnk

Link should still work as a soft link even with // in the path

  • Actual results (with terminal output if applicable)
    cat: file_lnk: Is a directory

  • Your Windows build number
    14393.479

  • Steps / All commands required to reproduce the error from a brand new installation

touch file
ln -s .//file file_lnk
ll file_lnk # Everything looks fine
cat file_lnk # Broken
@benhillis
Copy link
Member

This is a duplicate of #1147 which is fixed in 14936.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants