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

files: avoid surprises when linking files #3018

Merged
merged 1 commit into from
Jan 9, 2023

Commits on Jan 3, 2023

  1. files: avoid surprises when linking files

    In the unlikely but possible event that a directory is created in
    place of a target file *after* `checkLinkTargets` but *before*
    `linkGeneration`, currently the link is created *inside* the directory,
    which is surprising.
    
    To avoid this, use `ln -T` and bail if it fails.
    
    Ideally, `checkLinkTargets` and `linkGeneration` should be more tightly
    coupled.
    ncfavier committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    af4d6e7 View commit details
    Browse the repository at this point in the history