From 8124f396356bf211d679893a2b2dcd64296a266c Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Tue, 4 Nov 2025 14:48:11 +1100 Subject: [PATCH] Oops. --- util/env-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/env-bootstrap.sh b/util/env-bootstrap.sh index 6ffb16645b..6b0497ffae 100755 --- a/util/env-bootstrap.sh +++ b/util/env-bootstrap.sh @@ -438,7 +438,7 @@ __EOT__ local osarchvariant="$(fn_os)$(fn_arch)" # Special case for WSL - if [ -n "$WSL_INSTALL" ] || [ -n "${WSL_DISTRO_NAME:-}" ] || [ -f /proc/sys/fs/binfmt_misc/WSLInterop ]; then + if [ -n "${WSL_INSTALL:-}" ] || [ -n "${WSL_DISTRO_NAME:-}" ] || [ -f /proc/sys/fs/binfmt_misc/WSLInterop ]; then osarchvariant="windowsWSL" fi