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

doc: mention case-insensitive env on windows #9166

Closed
wants to merge 2 commits into from
Closed

doc: mention case-insensitive env on windows #9166

wants to merge 2 commits into from

Commits on Oct 24, 2016

  1. doc: mention case-insensitive env on windows

    On Windows OS, environment variables are case-insensitive and are treated
    likewise in NodeJS. This can be confusing and can lead to hard-to-debug
    problems when moving code from one environment to another.
    
    Fixes: #9157
    oliversalzburg committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    a1857ac View commit details
    Browse the repository at this point in the history
  2. test: case sensitivity of env variables

    Environment variables should be treated case-insensitive on Windows
    platforms and case-sensitive on UNIX platforms
    oliversalzburg committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    b707743 View commit details
    Browse the repository at this point in the history