xilun / cbwin

Launch Windows programs from "Bash on Ubuntu on Windows" (WSL)
Other
327 stars 25 forks source link

behavior of environment variable inconsistent in regards to case sensitivity #35

Closed xilun closed 7 years ago

xilun commented 8 years ago

Not extremely important, but env vars are stored in a map where keys are case sensitive, while in the end windows env vars seem to be case insensitive.

I probably won't even fix that if case windows compatible case insensitive comparison is hard to do (remember: it's unicode...)

xilun commented 7 years ago

It was easy to fix after all: see 36bbec2d.