wsl2 workaround no longer necessary

This commit is contained in:
Martin Aeschlimann 2019-09-03 17:51:53 +02:00
parent 089d220be8
commit 587c673c7f

View file

@ -16,7 +16,7 @@ if grep -qi Microsoft /proc/version; then
WSL_BUILD=0
fi
if [ $WSL_BUILD -ge 17063 ]; then
if [ $WSL_BUILD -ge 41955 -a $WSL_BUILD -lt 41959 ]; then
# $WSL_DISTRO_NAME is available since WSL builds 18362, also for WSL2
# WSLPATH is available since WSL build 17046
# WSLENV is available since WSL build 17063