Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Use home_dir from home crate #1207

Merged
merged 1 commit into from
Dec 21, 2018
Merged

Commits on Dec 21, 2018

  1. Use home_dir from home crate

    The `$HOME` -> `$USERPROFILE` fallback logic does not work for Windows
    when running builds under `sh`. We don't canonicalize the path here so
    just rely on checking `$USERPROFILE` first and that it has
    `C:\Windows\Style` path instead of `/unix/one` (shape is important when
    stripping prefix).
    Xanewok committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    e57fa84 View commit details
    Browse the repository at this point in the history