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

(PUP-3191) Fix symlink checking #3064

Merged
merged 1 commit into from Sep 9, 2014

Commits on Sep 9, 2014

  1. (PUP-3191) Fix symlink checking

    Prior to this commit we were trying to use Pathname.realpath to find where a
    symlink points to. This throws a file not found when the symlink doesn't point
    at anything valid in the filesystem.
    This commit fixes that problem by only using File.readlink and not attempting
    to find the symlinked file relative to the module unpacking directory.
    Brandon High committed Sep 9, 2014
    2
    Copy the full SHA
    e76f2ef View commit details
    Browse the repository at this point in the history