diff --git a/shells/common/wsl.sh b/shells/common/wsl.sh index 52b4f14..7a1e3cf 100644 --- a/shells/common/wsl.sh +++ b/shells/common/wsl.sh @@ -1,4 +1,4 @@ -if [ -n ${WSL_DISTRO_NAME:-} ] || grep -sqiE 'WSL' /proc/sys/kernel/osrelease; then +if [ -n "${WSL_DISTRO_NAME:-}" ] || grep -sqiE 'WSL' /proc/sys/kernel/osrelease; then # # Talk to Windows' SSH-Agent when under WSL, using https://github.com/rupor-github/wsl-ssh-agent # # wsl-ssh-agent started with: # #