From a704a69394a3fbd241feaa6c0305067f25f866f5 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 3 Nov 2021 23:34:09 +0100 Subject: Enforce that source code uses a small subset of Unicode --- scripts/code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/code.sh b/scripts/code.sh index 5acc461f51c..9caa49b1bf7 100755 --- a/scripts/code.sh +++ b/scripts/code.sh @@ -48,7 +48,7 @@ function code() { function code-wsl() { - HOST_IP=$(echo "" | powershell.exe –noprofile -Command "& {(Get-NetIPAddress | Where-Object {\$_.InterfaceAlias -like '*WSL*' -and \$_.AddressFamily -eq 'IPv4'}).IPAddress | Write-Host -NoNewline}") + HOST_IP=$(echo "" | powershell.exe -noprofile -Command "& {(Get-NetIPAddress | Where-Object {\$_.InterfaceAlias -like '*WSL*' -and \$_.AddressFamily -eq 'IPv4'}).IPAddress | Write-Host -NoNewline}") export DISPLAY="$HOST_IP:0" # in a wsl shell -- cgit v1.2.3