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: prevent improper clobbering of man/bin links #12

Merged
merged 2 commits into from Dec 11, 2019

Commits on Dec 11, 2019

  1. update travis

    isaacs committed Dec 11, 2019
    Copy the full SHA
    bc69419 View commit details
    Browse the repository at this point in the history
  2. fix: prevent improper clobbering of man/bin links

    This uses the updated version of gentle-fs which has the binLink method,
    so that we don't need to fork based on OS, and will always check to
    ensure that the bin or cmd-shim is a reference into the folder being
    linked.
    
    Also perform a similar check on linked man pages.
    
    Fix #11
    
    PR-URL: #12
    Credit: @isaacs
    Close: #12
    Reviewed-by: @isaacs
    isaacs committed Dec 11, 2019
    Copy the full SHA
    642cd18 View commit details
    Browse the repository at this point in the history