mongo icon indicating copy to clipboard operation
mongo copied to clipboard

Update zstandard_get_sources.sh to support WSL2

Open jediahkatz opened this issue 3 years ago • 0 comments

In recent versions of WSL2, the /proc/sys/kernel/osrelease has changed -- the string "microsoft" can now be lower case.

> cat /proc/sys/kernel/osrelease
4.19.128-microsoft-standard

This PR simply changes the check to be case-insensitive.

jediahkatz avatar Dec 30 '20 04:12 jediahkatz