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

Substitution on Environment variable does not ignore case #279

Closed
hymkor opened this issue Feb 19, 2018 · 0 comments
Closed

Substitution on Environment variable does not ignore case #279

hymkor opened this issue Feb 19, 2018 · 0 comments
Assignees
Labels

Comments

@hymkor
Copy link
Collaborator

hymkor commented Feb 19, 2018

$ echo %TEMP%
C:\Users\Hayama\AppData\Local\Temp

on CMD.EXE

$ echo %TEMP:LOCAL=VOCAL%
C:\Users\Hayama\AppData\VOCAL\Temp

on NYAGOS.EXE

$ echo %TEMP:LOCAL=VOCAL%
C:\Users\Hayama\AppData\Local\Temp
@hymkor hymkor added the bug label Feb 19, 2018
@hymkor hymkor self-assigned this Feb 19, 2018
@hymkor hymkor closed this as completed in 9c877d2 Feb 19, 2018
hymkor added a commit that referenced this issue Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant