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

Distributed: fix syntax check of environment variable names #38577

Merged
merged 1 commit into from
Nov 26, 2020

Conversation

mgkuhn
Copy link
Contributor

@mgkuhn mgkuhn commented Nov 25, 2020

  • previous code accidentally checked ENV instead of env

  • now separate env checks for POSIX shell and cmd.exe, which have
    quite different format constraints for their environment variable names

- previous code accidentally checked `ENV` instead of `env`

- now separate `env` checks for POSIX shell and `cmd.exe`, which have
  quite different format constraints for their environment variable names
@mgkuhn
Copy link
Contributor Author

mgkuhn commented Nov 25, 2020

@musm review/merge requested

@Keno Keno merged commit 03c7d6c into JuliaLang:master Nov 26, 2020
@mgkuhn mgkuhn deleted the wincmd-fix branch November 26, 2020 06:46
Keno pushed a commit that referenced this pull request Jun 5, 2024
- previous code accidentally checked `ENV` instead of `env`

- now separate `env` checks for POSIX shell and `cmd.exe`, which have
  quite different format constraints for their environment variable names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants